mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
age: update vendorSha256
This commit is contained in:
parent
a4124d6d93
commit
b2393844dd
2 changed files with 4 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
buildGoModule rec {
|
||||
pname = "age";
|
||||
version = "1.0.0";
|
||||
vendorSha256 = "sha256-cnFDs5Qos1KHn7TqaEgmt4sSzpjZor615euwxka14mY=";
|
||||
vendorSha256 = "sha256-Hdsd+epcLFLkeHzJ2CUu4ss1qOd0+lTjhfs9MhI5Weg=";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "FiloSottile";
|
||||
|
|
|
@ -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 { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue