unordered_dense: 4.5.0 -> 4.6.0 (#449913)

This commit is contained in:
nixpkgs-merge-bot[bot]
2025-10-08 21:34:54 +00:00
committed by GitHub

View File

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