3
0
Fork 0
forked from mirrors/nixpkgs

keepassx: 2.0alpha6 -> 2.0beta1

Builds and tested on my machine.
This commit is contained in:
Simon Vandel Sillesen 2015-08-12 00:58:17 +02:00
parent 963e70a7e8
commit 65ad1a27a4

View file

@ -1,10 +1,10 @@
{ stdenv, fetchurl, cmake, libgcrypt, qt4, xlibs, ... }:
stdenv.mkDerivation {
name = "keepassx2-2.0alpha6";
name = "keepassx2-2.0beta1";
src = fetchurl {
url = "https://github.com/keepassx/keepassx/archive/2.0-alpha6.tar.gz";
sha256 = "592f9995b13c4f84724fb24a0078162246397eedccd467daaf0fd3608151f2b0";
url = "https://github.com/keepassx/keepassx/archive/2.0-beta1.tar.gz";
sha256 = "1wnbk9laixz16lmchr1lnv8m9i6rkxv6slnx8f0fyczx90y97qdw";
};
buildInputs = [ cmake libgcrypt qt4 xlibs.libXtst ];