age: update vendorSha256

This commit is contained in:
zowoq 2022-01-11 04:48:38 +10:00
parent a4124d6d93
commit b2393844dd
2 changed files with 4 additions and 2 deletions

View file

@ -3,7 +3,7 @@
buildGoModule rec {
pname = "age";
version = "1.0.0";
vendorSha256 = "sha256-cnFDs5Qos1KHn7TqaEgmt4sSzpjZor615euwxka14mY=";
vendorSha256 = "sha256-Hdsd+epcLFLkeHzJ2CUu4ss1qOd0+lTjhfs9MhI5Weg=";
src = fetchFromGitHub {
owner = "FiloSottile";

View file

@ -4282,7 +4282,9 @@ with pkgs;
dual-function-keys = callPackage ../tools/inputmethods/interception-tools/dual-function-keys.nix { };
};
age = callPackage ../tools/security/age { };
age = callPackage ../tools/security/age {
buildGoModule = buildGo117Module;
};
agebox = callPackage ../tools/security/agebox { };