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