uthash: 1.9.9 -> 2.0.2

This commit is contained in:
Franz Pletz 2017-06-26 03:46:22 +02:00
parent edf5cbdc33
commit d80f2e18c6
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4

View File

@ -1,14 +1,14 @@
{ stdenv, fetchurl, perl }:
let
version = "1.9.9";
version = "2.0.2";
in
stdenv.mkDerivation rec {
name = "uthash-${version}";
src = fetchurl {
url = "https://github.com/troydhanson/uthash/archive/v${version}.tar.gz";
sha256 = "035z3cs5ignywgh4wqxx358a2nhn3lj0x1ifij6vj0yyyhah3wgj";
sha256 = "1la82gdlyl7m8ahdjirigwfh7zjgkc24cvydrqcri0vsvm8iv8rl";
};
dontBuild = false;