agebox: update vendorSha256
This commit is contained in:
parent
b2393844dd
commit
65ef3c227d
2 changed files with 4 additions and 2 deletions
|
@ -10,7 +10,7 @@ buildGoModule rec {
|
|||
rev = "v${version}";
|
||||
sha256 = "1gi6lj3dpckhsx6hdpdnr8rclqgfkbdmkzx966nlxyi52bjfzbsv";
|
||||
};
|
||||
vendorSha256 = "1gw83bd14ig18y8si3f94iivx2ir1vw4b5b95fp6r7qhfp0rgbih";
|
||||
vendorSha256 = "1jwzx6hp04y8hfpwfvf9zmhqjj3ghvr3gmgnllpcff1lai78vdrw";
|
||||
|
||||
ldflags = [
|
||||
"-s" "-w"
|
||||
|
|
|
@ -4286,7 +4286,9 @@ with pkgs;
|
|||
buildGoModule = buildGo117Module;
|
||||
};
|
||||
|
||||
agebox = callPackage ../tools/security/agebox { };
|
||||
agebox = callPackage ../tools/security/agebox {
|
||||
buildGoModule = buildGo117Module;
|
||||
};
|
||||
|
||||
age-plugin-yubikey = callPackage ../tools/security/age-plugin-yubikey {
|
||||
inherit (pkgs.darwin.apple_sdk.frameworks) PCSC;
|
||||
|
|
Loading…
Reference in a new issue