mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
uthash: 2.3.0 -> 2.4.0 (#535437)
This commit is contained in:
commit
e509e23929
1 changed files with 2 additions and 2 deletions
|
|
@ -7,13 +7,13 @@
|
|||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "uthash";
|
||||
version = "2.3.0";
|
||||
version = "2.4.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "troydhanson";
|
||||
repo = "uthash";
|
||||
rev = "v${finalAttrs.version}";
|
||||
sha256 = "sha256-F0M5ENT3bMn3dD16Oaq9mBFYOWzVliVWupAIrLc2nkQ=";
|
||||
sha256 = "sha256-pEuBQVQSszuL7dIPZYSAyrr3tf6BTc/NWMBoFESCYkw=";
|
||||
};
|
||||
|
||||
doCheck = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue