sops: 3.9.3 -> 3.9.4

This commit is contained in:
Defelo
2025-01-25 21:07:33 +01:00
parent ca4d24ef53
commit bfbf286722
+3 -3
View File
@@ -8,16 +8,16 @@
buildGo122Module rec {
pname = "sops";
version = "3.9.3";
version = "3.9.4";
src = fetchFromGitHub {
owner = "getsops";
repo = pname;
tag = "v${version}";
hash = "sha256-U8ZJktOSj0JJ70CbXDS3FpNmk07cKnco5w2rt4BnQBU=";
hash = "sha256-w2RMK1Fl/k8QXV68j0Kc6shtx4vQa07RCnpgHLM8c8Q=";
};
vendorHash = "sha256-+UxngJgKG+gAjnXXEcdXPXQqRcMfRDn4wPeR1IhltC0=";
vendorHash = "sha256-wxmSj3QaFChGE+/2my7Oe2mhprwi404izUxteecyggY=";
postPatch = ''
substituteInPlace go.mod \