safe: 1.6.1 -> 1.7.0

This commit is contained in:
R. Ryantm 2022-08-29 00:26:58 +00:00
parent cef50cde2b
commit be9f2e02a3

View file

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