mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
sops: 3.8.0 -> 3.8.1
Diff: https://github.com/getsops/sops/compare/v3.8.0...v3.8.1 Changelog: https://github.com/getsops/sops/blob/v3.8.1/CHANGELOG.rst
This commit is contained in:
parent
e9ae89d8a7
commit
b35d3bbe76
@ -2,16 +2,16 @@
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "sops";
|
||||
version = "3.8.0";
|
||||
version = "3.8.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "getsops";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
hash = "sha256-nUeygUZdtDyYGW3hZdxBHSUxYILJcHoIIYRpoxkAlI4=";
|
||||
hash = "sha256-4K09wLV1+TvYTtvha6YyGhjlhEldWL1eVazNwcEhi3Q=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-/fh6pQ7u1icIYGM4gJHXyDNQlAbLnVluw5icovBMZ5k=";
|
||||
vendorHash = "sha256-iRgLspYhwSVuL0yarPdjXCKfjK7TGDZeQCOcIYtNvzA=";
|
||||
|
||||
subPackages = [ "cmd/sops" ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user