mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
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 }:
|
||||
|
||||
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;
|
||||
|
Loading…
Reference in New Issue
Block a user