git-credential-gopass: 1.15.3 → 1.15.4

This commit is contained in:
Nikolay Korotkiy 2023-02-13 22:49:55 +03:00
parent c7ddec6e17
commit 99b2bfa51d
No known key found for this signature in database
GPG Key ID: D1DE6D7F693663A5

View File

@ -7,16 +7,16 @@
buildGoModule rec {
pname = "git-credential-gopass";
version = "1.15.3";
version = "1.15.4";
src = fetchFromGitHub {
owner = "gopasspw";
repo = pname;
repo = "git-credential-gopass";
rev = "v${version}";
hash = "sha256-x8hf1cZw+Hhizp8/vA8qJ+A6ERJUenjMeiuW8IFb/N0=";
hash = "sha256-S97KQ/yCyE1wBDao5KBKWPvoH+DmwpEJRiB6uJCGyFA=";
};
vendorHash = "sha256-YZoz7B12/VhWZRTDEVs2P36FrZoZs4OdPJMkR9H7D5I=";
vendorHash = "sha256-MLnfTdYR4/1qtnNCUs0TwGf5wMqE+V8jNCefeClQKfw=";
subPackages = [ "." ];