unordered_dense: 4.8.0 -> 4.8.1 (#460104)

This commit is contained in:
nixpkgs-ci[bot]
2025-11-09 19:29:45 +00:00
committed by GitHub
+2 -2
View File
@@ -7,13 +7,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "unordered-dense";
version = "4.8.0";
version = "4.8.1";
src = fetchFromGitHub {
owner = "martinus";
repo = "unordered_dense";
tag = "v${finalAttrs.version}";
hash = "sha256-irjzMx0QVE6W/Tg4TV+RNw1kD16yIJPR3sBseauu6AQ=";
hash = "sha256-JdPlyShWnAcdgixDHRaroFg7YWdPtD4Nl1PmpcQ1SAk=";
};
nativeBuildInputs = [