Merge pull request #42278 from r-ryantm/auto-update/clex

clex: 4.6.patch6 -> 4.6.patch9
This commit is contained in:
Jörg Thalheim 2018-06-20 10:00:47 +01:00 committed by GitHub
commit a940a39b9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -2,10 +2,10 @@
stdenv.mkDerivation rec {
name = "clex-${version}";
version = "4.6.patch6";
version = "4.6.patch9";
src = fetchurl {
sha256 = "0bqa2hc9721d62cfsy5c7a5pzgh9b4px7g4q60xlybkwll19qbbp";
sha256 = "1qj5yp8k90wag5sb3zrm2pn90qqx3zbrgf2gqpqpdqmlgffnv1jc";
url = "${meta.homepage}/download/${name}.tar.gz";
};