sops: 3.9.2 -> 3.9.3

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
Sefa Eyeoglu 2024-12-31 22:54:50 +01:00
parent 33d4a16f0a
commit d9d8c9feb9
No known key found for this signature in database
GPG Key ID: E13DFD4B47127951

View File

@ -8,16 +8,16 @@
buildGo122Module rec {
pname = "sops";
version = "3.9.2";
version = "3.9.3";
src = fetchFromGitHub {
owner = "getsops";
repo = pname;
tag = "v${version}";
hash = "sha256-v35LRFYdnWigWYlDhrOgSOcCI7SUqJbJHaZvlQ6PC4I=";
hash = "sha256-U8ZJktOSj0JJ70CbXDS3FpNmk07cKnco5w2rt4BnQBU=";
};
vendorHash = "sha256-dnhrZPXZWeU98+dEaFLIdtcLWgIrh47l+WAxe+F+0/I=";
vendorHash = "sha256-+UxngJgKG+gAjnXXEcdXPXQqRcMfRDn4wPeR1IhltC0=";
postPatch = ''
substituteInPlace go.mod \