minio-warp: 1.0.8 -> 1.1.0

This commit is contained in:
R. Ryantm 2025-02-14 09:49:15 +00:00
parent fada727ee7
commit 30d2e2d796

View File

@ -8,16 +8,16 @@
buildGoModule rec {
pname = "minio-warp";
version = "1.0.8";
version = "1.1.0";
src = fetchFromGitHub {
owner = "minio";
repo = "warp";
rev = "v${version}";
hash = "sha256-kME4yafNZtHDF/EAIG8qR4PH6HlokIfdBAJH+ibl5ro=";
hash = "sha256-8GQ0rSy+bzji1IZu6vHEXjYVVuQSLlSCwWmzjLE9a+A=";
};
vendorHash = "sha256-073ssCOh0CiiJaatwzhNrwpe2QO21iC6GSkwVtsmYjs=";
vendorHash = "sha256-Qyb8ivuZplbOIxoS2cC+2FSZbW7CnChv1jaIKkCzgN4=";
# See .goreleaser.yml
ldflags = [