Merge pull request #53165 from r-ryantm/auto-update/uthash

uthash: 2.0.2 -> 2.1.0
This commit is contained in:
Samuel Dionne-Riel 2019-03-30 18:53:50 -04:00 committed by GitHub
commit 6ed86cb830
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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