unordered_dense: 4.5.0 -> 4.6.0

This commit is contained in:
R. Ryantm
2025-10-08 12:39:58 +00:00
parent 59f9c6722b
commit c7e1b231df

View File

@@ -7,13 +7,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "unordered-dense";
version = "4.5.0";
version = "4.6.0";
src = fetchFromGitHub {
owner = "martinus";
repo = "unordered_dense";
tag = "v${finalAttrs.version}";
hash = "sha256-TfbW+Pu8jKS+2oKldA6sE4Xzt0R+VBPitGv89OWxUjs=";
hash = "sha256-PgrbNHodhFruGP6n6MZ3FtFTyyNRCIEytChFUbbiZOU=";
};
nativeBuildInputs = [