uthash: 2.0.2 -> 2.1.0
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/uthash/versions
This commit is contained in:
parent
42575040fc
commit
4e84d07589
@ -1,14 +1,14 @@
|
|||||||
{ stdenv, fetchurl, perl }:
|
{ stdenv, fetchurl, perl }:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "2.0.2";
|
version = "2.1.0";
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "uthash-${version}";
|
name = "uthash-${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/troydhanson/uthash/archive/v${version}.tar.gz";
|
url = "https://github.com/troydhanson/uthash/archive/v${version}.tar.gz";
|
||||||
sha256 = "1la82gdlyl7m8ahdjirigwfh7zjgkc24cvydrqcri0vsvm8iv8rl";
|
sha256 = "17k6k97n20jpi9zj3lzvqfw8pv670r6rdqrjf8vrbx6hcj7csb0m";
|
||||||
};
|
};
|
||||||
|
|
||||||
dontBuild = false;
|
dontBuild = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user