Skip to content

Commit 1d105c7

Browse files
authored
geesefs: 0.41.3 -> 0.42.0 (#351107)
2 parents 90c84a9 + 634b227 commit 1d105c7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/ge/geesefs/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
, fetchFromGitHub
44
}:
55

6-
let version = "0.41.3";
6+
let version = "0.42.0";
77
in buildGoModule {
88
pname = "geesefs";
99
inherit version;
@@ -12,12 +12,12 @@ in buildGoModule {
1212
owner = "yandex-cloud";
1313
repo = "geesefs";
1414
rev = "v${version}";
15-
hash = "sha256-KdxqOkz8U8ts/pU/sTMuDIBLxwvdtrkkGptYboh06Qo=";
15+
hash = "sha256-bScx+4g1g4mE2l8nCWVZz/QT8jKOOpksqMmlTDp+DsA=";
1616
};
1717

1818
# hashes differ per architecture otherwise.
1919
proxyVendor = true;
20-
vendorHash = "sha256-pO6ZngGw9vp47cstOTpQ/lBpBQRXIUuSuhsldZPR5Sk=";
20+
vendorHash = "sha256-50ND58TuEilORX24qRSfWlO2A1fkCakm16UPOCse11E=";
2121

2222
subPackages = [ "." ];
2323

0 commit comments

Comments
 (0)