Skip to content

Commit d6b73d3

Browse files
authored
minio-warp: 1.0.8 -> 1.1.0 (#381999)
2 parents 80b44ff + 30d2e2d commit d6b73d3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/mi/minio-warp/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@
88

99
buildGoModule rec {
1010
pname = "minio-warp";
11-
version = "1.0.8";
11+
version = "1.1.0";
1212

1313
src = fetchFromGitHub {
1414
owner = "minio";
1515
repo = "warp";
1616
rev = "v${version}";
17-
hash = "sha256-kME4yafNZtHDF/EAIG8qR4PH6HlokIfdBAJH+ibl5ro=";
17+
hash = "sha256-8GQ0rSy+bzji1IZu6vHEXjYVVuQSLlSCwWmzjLE9a+A=";
1818
};
1919

20-
vendorHash = "sha256-073ssCOh0CiiJaatwzhNrwpe2QO21iC6GSkwVtsmYjs=";
20+
vendorHash = "sha256-Qyb8ivuZplbOIxoS2cC+2FSZbW7CnChv1jaIKkCzgN4=";
2121

2222
# See .goreleaser.yml
2323
ldflags = [

0 commit comments

Comments
 (0)