We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 90c84a9 + 634b227 commit 1d105c7Copy full SHA for 1d105c7
pkgs/by-name/ge/geesefs/package.nix
@@ -3,7 +3,7 @@
3
, fetchFromGitHub
4
}:
5
6
-let version = "0.41.3";
+let version = "0.42.0";
7
in buildGoModule {
8
pname = "geesefs";
9
inherit version;
@@ -12,12 +12,12 @@ in buildGoModule {
12
owner = "yandex-cloud";
13
repo = "geesefs";
14
rev = "v${version}";
15
- hash = "sha256-KdxqOkz8U8ts/pU/sTMuDIBLxwvdtrkkGptYboh06Qo=";
+ hash = "sha256-bScx+4g1g4mE2l8nCWVZz/QT8jKOOpksqMmlTDp+DsA=";
16
};
17
18
# hashes differ per architecture otherwise.
19
proxyVendor = true;
20
- vendorHash = "sha256-pO6ZngGw9vp47cstOTpQ/lBpBQRXIUuSuhsldZPR5Sk=";
+ vendorHash = "sha256-50ND58TuEilORX24qRSfWlO2A1fkCakm16UPOCse11E=";
21
22
subPackages = [ "." ];
23
0 commit comments