mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
sops: 3.13.0 -> 3.13.1
Diff: https://github.com/getsops/sops/compare/v3.13.0...v3.13.1 Changelog: https://github.com/getsops/sops/releases/tag/v3.13.1
This commit is contained in:
parent
cb3e9a1118
commit
f1e0cc710d
1 changed files with 3 additions and 3 deletions
|
|
@ -12,7 +12,7 @@
|
|||
|
||||
buildGoModule (finalAttrs: {
|
||||
pname = "sops";
|
||||
version = "3.13.0";
|
||||
version = "3.13.1";
|
||||
|
||||
__structuredAttrs = true;
|
||||
|
||||
|
|
@ -20,10 +20,10 @@ buildGoModule (finalAttrs: {
|
|||
owner = "getsops";
|
||||
repo = finalAttrs.pname;
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-sJAK7iCVmjGAjQ0CBVsJI7L/GwHB9bvm354Cq3WQI1M=";
|
||||
hash = "sha256-df3CwJv+sROmikvWZbFGB1OrcSL1svuvFr6WJKYWhDc=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-aBHZPh5ib2BOxoHQH6q8GD/EJOb2x1OBBePicwoI6Gc=";
|
||||
vendorHash = "sha256-cdaxcNCCHK2Rve96KvmO9lc9gZtgqu6rDeYb2vRvdHw=";
|
||||
|
||||
subPackages = [ "cmd/sops" ];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue