qtpass: 1.3.1 -> 1.3.2

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/qtpass/versions
This commit is contained in:
R. RyanTM 2019-10-23 12:24:27 -07:00 committed by Jon
parent f417dd9c89
commit 99b5363ea5

View file

@ -5,13 +5,13 @@
mkDerivation rec {
pname = "qtpass";
version = "1.3.1";
version = "1.3.2";
src = fetchFromGitHub {
owner = "IJHack";
repo = "QtPass";
rev = "v${version}";
sha256 = "025sdk4fq71jgfs54zj7ssgvlci8vvjkqdckgbwz0nqrynlljy08";
sha256 = "0748hjvhjrybi33ci3c8hcr74k9pdrf5jv8npf9hrsrmdyy1kr9x";
};
buildInputs = [ git gnupg pass qtbase qtsvg ];