Merge pull request #318020 from r-ryantm/auto-update/geesefs

geesefs: 0.41.0 -> 0.41.1
This commit is contained in:
Florian Klink
2024-06-07 19:31:35 +03:00
committed by GitHub

View File

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