sops: 3.7.1 -> 3.7.2

This commit is contained in:
R. Ryantm 2022-03-12 22:51:02 +00:00
parent 12769bc7e1
commit 1a05175078

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "sops";
version = "3.7.1";
version = "3.7.2";
src = fetchFromGitHub {
rev = "v${version}";
owner = "mozilla";
repo = pname;
sha256 = "0z3jcyl245yjszzjf2h6l1dwa092vxzvfmnivmwi6jvpsdcv33h1";
sha256 = "sha256-NMuYMvaBSxKHvpqFkMfnMDvcXxTstqzracuSTT1VB1A=";
};
vendorSha256 = "1mnwgsbpi56ql0lbpn7dkaps96x9b1lmhlk5cd6d40da7xj616n7";
vendorSha256 = "sha256-00/7O9EcGojUExJPtYWndb16VqrNby/5GsVs8Ak/Isc=";
doCheck = false;