geesefs: 0.43.1 -> 0.43.2 (#433191)

authored by

Florian Klink and committed by
GitHub
028fba7d 23394026

+2 -2
+2 -2
pkgs/by-name/ge/geesefs/package.nix
··· 5 }: 6 7 let 8 - version = "0.43.1"; 9 in 10 buildGoModule { 11 pname = "geesefs"; ··· 15 owner = "yandex-cloud"; 16 repo = "geesefs"; 17 rev = "v${version}"; 18 - hash = "sha256-BJOhQRIvURz0UL/InSZwU/kdq/Ha0Idsqa0UZGf9aTU="; 19 }; 20 21 # hashes differ per architecture otherwise.
··· 5 }: 6 7 let 8 + version = "0.43.2"; 9 in 10 buildGoModule { 11 pname = "geesefs"; ··· 15 owner = "yandex-cloud"; 16 repo = "geesefs"; 17 rev = "v${version}"; 18 + hash = "sha256-Ry0IEbjojMFyY37HL+ZIhV6XHGv1iZf9SoV/U/2JdRI="; 19 }; 20 21 # hashes differ per architecture otherwise.