Merge pull request #173959 from sikmir/gopass

gopass: 1.14.1 → 1.14.2

authored by

Mario Rodas and committed by
GitHub
130bff59 f1f54948

+4 -4
+4 -4
pkgs/tools/security/gopass/default.nix
··· 13 14 buildGoModule rec { 15 pname = "gopass"; 16 - version = "1.14.1"; 17 18 nativeBuildInputs = [ installShellFiles makeWrapper ]; 19 ··· 21 owner = "gopasspw"; 22 repo = pname; 23 rev = "v${version}"; 24 - sha256 = "sha256-vdMOD6Zrl718jcntjEzOG+4Rr0aqhm0YidA0x3Gseqg="; 25 }; 26 27 - vendorSha256 = "sha256-mdPAZrcdlq7R7DRIfuxf4PCpEJoJjzo/+TDKAVglk7A="; 28 29 subPackages = [ "." ]; 30 ··· 57 description = "The slightly more awesome Standard Unix Password Manager for Teams. Written in Go"; 58 homepage = "https://www.gopass.pw/"; 59 license = licenses.mit; 60 - maintainers = with maintainers; [ rvolosatovs ]; 61 changelog = "https://github.com/gopasspw/gopass/raw/v${version}/CHANGELOG.md"; 62 63 longDescription = ''
··· 13 14 buildGoModule rec { 15 pname = "gopass"; 16 + version = "1.14.2"; 17 18 nativeBuildInputs = [ installShellFiles makeWrapper ]; 19 ··· 21 owner = "gopasspw"; 22 repo = pname; 23 rev = "v${version}"; 24 + sha256 = "sha256-JhLFax0UR/AVl/736pdsAyyQF/555YmLWLnZrsLDjlA="; 25 }; 26 27 + vendorSha256 = "sha256-ESIlmY3SzmfWLqLxf62dOhAsHPOKc2YYSOhzpJCjvCQ="; 28 29 subPackages = [ "." ]; 30 ··· 57 description = "The slightly more awesome Standard Unix Password Manager for Teams. Written in Go"; 58 homepage = "https://www.gopass.pw/"; 59 license = licenses.mit; 60 + maintainers = with maintainers; [ rvolosatovs sikmir ]; 61 changelog = "https://github.com/gopasspw/gopass/raw/v${version}/CHANGELOG.md"; 62 63 longDescription = ''