uthash: 2.3.0 -> 2.4.0 (#535437)

This commit is contained in:
Martin Weinelt 2026-06-26 19:16:53 +00:00 committed by GitHub
commit e509e23929
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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;