3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #188729 from r-ryantm/auto-update/safe

safe: 1.6.1 -> 1.7.0
This commit is contained in:
Bobby Rong 2022-08-30 10:11:09 +08:00 committed by GitHub
commit 88b985bfa7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,16 +5,16 @@
buildGoModule rec { buildGoModule rec {
pname = "safe"; pname = "safe";
version = "1.6.1"; version = "1.7.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "starkandwayne"; owner = "starkandwayne";
repo = "safe"; repo = "safe";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-ankX4BeMvBEd0e01mQHfaPg4z1z+IZqELaSEJ5deF8Y="; sha256 = "sha256-i8L7L06nBIiwrMEF5+jwCm2/iox6W+yE1HcruB6EQNM=";
}; };
vendorSha256 = "sha256-7hX35FfFxfoiI/dSxWhZH8iJoRWa4slAJF0lULq8KL4="; vendorSha256 = "sha256-w8gHCqOfmZg4JZgg1nZBtTJ553Rbp0a0JsoQVDFjehM=";
subPackages = [ "." ]; subPackages = [ "." ];