gencfsm: 1.8.18 → 1.8.19

This commit is contained in:
Jan Tojnar 2017-12-19 03:05:32 +01:00
parent 12d081f787
commit 369cc87a74
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4
2 changed files with 3 additions and 5 deletions

View file

@ -3,12 +3,12 @@
}:
stdenv.mkDerivation rec {
version = "1.8.18";
version = "1.8.19";
name = "gnome-encfs-manager-${version}";
src = fetchurl {
url = "https://launchpad.net/gencfsm/trunk/1.8/+download/gnome-encfs-manager_${version}.tar.xz";
sha256 = "1rpf683lxa78fmxxb0hnq7vdh3yn7qid2gqq67q9mk65sp9vdhdj";
sha256 = "1h6x8dyp1fvxvr8fwki98ppf4sa20qf7g59jc9797b2vrgm60h1i";
};
nativeBuildInputs = [ pkgconfig ];

View file

@ -1124,9 +1124,7 @@ with pkgs;
geekbench = callPackage ../tools/misc/geekbench { };
gencfsm = callPackage ../tools/security/gencfsm {
vala = vala_0_34;
};
gencfsm = callPackage ../tools/security/gencfsm { };
genromfs = callPackage ../tools/filesystems/genromfs { };