uthash: 2.3.0 -> 2.4.0

This commit is contained in:
R. Ryantm
2026-06-26 00:31:38 +00:00
parent 42814ad4b8
commit 0db12fb6e4
+2 -2
View File
@@ -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;