Skip to content

Commit

Permalink
gopass: 1.15.14 -> 1.15.15
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Dec 4, 2024
1 parent 1da2983 commit c3cc4cc
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions pkgs/tools/security/gopass/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,28 +10,34 @@
xclip,
wl-clipboard,
passAlias ? false,
apple-sdk_14,
testers,
nix-update-script,
gopass,
}:

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 = [ "." ];

Expand Down

0 comments on commit c3cc4cc

Please sign in to comment.