gopass: 1.15.18 -> 1.16.0 (#463202)

This commit is contained in:
Nikolay Korotkiy
2025-11-19 18:59:32 +00:00
committed by GitHub
+7 -4
View File
@@ -28,7 +28,7 @@ let
in
buildGoModule (finalAttrs: {
pname = "gopass";
version = "1.15.18";
version = "1.16.0";
nativeBuildInputs = [
installShellFiles
@@ -39,10 +39,10 @@ buildGoModule (finalAttrs: {
owner = "gopasspw";
repo = "gopass";
tag = "v${finalAttrs.version}";
hash = "sha256-0vAZfcI/cUS/+x9clX9dV1q9yPOP3ZYPrn7hLPaYy/U=";
hash = "sha256-JBa/PhVj0cKr9Btz9KzhGgsL4APAfZ/ixHGHWzd2TfA=";
};
vendorHash = "sha256-HH0VU/JdRbpLK4pp2WOewXmv7Slu35iC2tFZ1TYWn5s=";
vendorHash = "sha256-ebnnnAD7SQJrSVOPborHUWd8ThOstIgihEIUjrnCztQ=";
subPackages = [ "." ];
@@ -71,7 +71,10 @@ buildGoModule (finalAttrs: {
'';
doInstallCheck = true;
nativeInstallCheckInputs = [ versionCheckHook ];
nativeInstallCheckInputs = [
versionCheckHook
gitMinimal
];
versionCheckProgramArg = "--version";
passthru = {