geesefs: 0.41.1 -> 0.41.2 (#339247)

This commit is contained in:
Nick Cao 2024-09-03 15:02:03 -04:00 committed by GitHub
commit cb1f3b95b3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,7 +3,7 @@
, fetchFromGitHub , fetchFromGitHub
}: }:
let version = "0.41.1"; let version = "0.41.2";
in buildGoModule { in buildGoModule {
pname = "geesefs"; pname = "geesefs";
inherit version; inherit version;
@ -12,7 +12,7 @@ in buildGoModule {
owner = "yandex-cloud"; owner = "yandex-cloud";
repo = "geesefs"; repo = "geesefs";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-4uPq4NUd6upsOxuKAVqay7UTMfiHlCKwVvJed0jdeyc="; hash = "sha256-W7f3vYjU1f6lxwkz24WjS3UzYy95bxk7nKoLpLsvUwM=";
}; };
# hashes differ per architecture otherwise. # hashes differ per architecture otherwise.