Skip to content

Commit

Permalink
geesefs: 0.42.0 -> 0.42.3 (#362480)
Browse files Browse the repository at this point in the history
  • Loading branch information
flokli authored Dec 7, 2024
2 parents d6c3f53 + 66e1587 commit e8ad7bb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/ge/geesefs/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
, fetchFromGitHub
}:

let version = "0.42.0";
let version = "0.42.3";
in buildGoModule {
pname = "geesefs";
inherit version;
Expand All @@ -12,12 +12,12 @@ in buildGoModule {
owner = "yandex-cloud";
repo = "geesefs";
rev = "v${version}";
hash = "sha256-bScx+4g1g4mE2l8nCWVZz/QT8jKOOpksqMmlTDp+DsA=";
hash = "sha256-keF6KrkHI5sIm5XCIpWAvKD1qu5XvWx3uR70eKhOZk8=";
};

# hashes differ per architecture otherwise.
proxyVendor = true;
vendorHash = "sha256-50ND58TuEilORX24qRSfWlO2A1fkCakm16UPOCse11E=";
vendorHash = "sha256-SQgYB6nLSnqKUntWGJL+dQD+cAPQ69Rjdq1GXIt21xg=";

subPackages = [ "." ];

Expand Down

0 comments on commit e8ad7bb

Please sign in to comment.