Skip to content

Commit b0b730d

Browse files
committed
1 parent be33b54 commit b0b730d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pkgs/tools/security/sops/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22

33
buildGoModule rec {
44
pname = "sops";
5-
version = "3.6.0";
5+
version = "3.6.1";
66

77
src = fetchFromGitHub {
88
rev = "v${version}";
99
owner = "mozilla";
1010
repo = pname;
11-
sha256 = "01skk6vdfki4a88z0snl1pby09im406qhnsfa0d2l8gp6nz8pq6j";
11+
sha256 = "0xl53rs8jzq5yz4wi0vzsr6ajsaf2x2n1h3x7krk02a9839y6f18";
1212
};
1313

14-
vendorSha256 = "0475y95qma5m346ng898n80xv2rxzndx89c9ygjcvjs513yzcba2";
14+
vendorSha256 = "1cpm06dyc6lb3a9apfggyi16alb2yijvyan1gbrl8r9fwlqvdpjk";
1515

1616
doCheck = false;
1717

0 commit comments

Comments
 (0)