sops: 3.10.1 -> 3.10.2

https://github.com/getsops/sops/releases/tag/v3.10.2

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
Sefa Eyeoglu 2025-04-17 22:44:01 +02:00
parent dc75faf549
commit e54791e918
No known key found for this signature in database
GPG key ID: E13DFD4B47127951

View file

@ -12,16 +12,16 @@
buildGoModule (final: {
pname = "sops";
version = "3.10.1";
version = "3.10.2";
src = fetchFromGitHub {
owner = "getsops";
repo = final.pname;
tag = "v${final.version}";
hash = "sha256-LdsuN243oQ/L6LYgynb7Kw60alXn5IfUfhY0WaZFVCU=";
hash = "sha256-IdQnxVBMAQpSAYB2S3D3lSULelFMBpjiBGOxeTgC10I=";
};
vendorHash = "sha256-I+iwimrNdKABZFP2etZTQJAXKigh+0g/Jhip86Cl5Rg=";
vendorHash = "sha256-7aHUIERVSxv3YGAMteGbqkAZQXXDVziV0rhUhjwch3U=";
subPackages = [ "cmd/sops" ];