keepassx: update to 2.0-alpha6

This commit is contained in:
Tom Fitzhenry 2014-09-03 12:31:01 +01:00 committed by Tom
parent ef5b30428f
commit 03ff6450b9

View File

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