gopass: 1.15.14 -> 1.15.15

Release: https://github.com/gopasspw/gopass/releases/tag/v1.15.15
This commit is contained in:
Kenichi Kamiya
2024-12-04 09:34:21 +09:00
parent 1da2983cbd
commit c3cc4cc013
+9 -3
View File
@@ -10,6 +10,7 @@
xclip,
wl-clipboard,
passAlias ? false,
apple-sdk_14,
testers,
nix-update-script,
gopass,
@@ -17,21 +18,26 @@
buildGoModule rec {
pname = "gopass";
version = "1.15.14";
version = "1.15.15";
nativeBuildInputs = [
installShellFiles
makeWrapper
];
buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [
# For ScreenCaptureKit.h, see https://github.com/NixOS/nixpkgs/pull/358760#discussion_r1858327365
apple-sdk_14
];
src = fetchFromGitHub {
owner = "gopasspw";
repo = "gopass";
rev = "v${version}";
hash = "sha256-3oXdHjW3svGfOEoikEeGm4oU9j+7IBOHw5KH7CCV/uw=";
hash = "sha256-GL0vnrNz9vcdybubYIjiK0tDH3L4lNWNo+rAAWv7d8o=";
};
vendorHash = "sha256-GeppWyIWE8kYIqhRf1iHksWksdjbIzy96rRpx+qQ3L0=";
vendorHash = "sha256-dDy7eQe/JtAsB+cPONiqUwcCsbisCLzY/5YQaH9w2Yg=";
subPackages = [ "." ];