3
0
Fork 0
forked from mirrors/nixpkgs

qtpass: 1.0.5 -> 1.0.6

This commit is contained in:
Christoph Hrdinka 2016-01-13 13:02:03 +01:00
parent 376e842c22
commit f96a72dc04

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "qtpass-${version}";
version = "1.0.5";
version = "1.0.6";
src = fetchurl {
url = "https://github.com/IJHack/qtpass/archive/v${version}.tar.gz";
sha256 = "0c07bd1eb9e5336c0225f891e5b9a9df103f218619cf7ec6311edf654e8db281";
sha256 = "ccad9a06e3efa23278fa3e958185bf24fb3800874d8165be4ae6649706a2ab1c";
};
buildInputs = [ git gnupg makeWrapper pass qtbase qttools ];