snmalloc: 0.7.4 -> 0.7.5 (#534441)

This commit is contained in:
Sizhe Zhao
2026-06-23 04:02:21 +00:00
committed by GitHub
+2 -2
View File
@@ -9,12 +9,12 @@
clangStdenv.mkDerivation (finalAttrs: {
pname = "snmalloc";
version = "0.7.4";
version = "0.7.5";
src = fetchFromGitHub {
owner = "microsoft";
repo = "snmalloc";
tag = finalAttrs.version;
hash = "sha256-+UCqUrfvhnB4leiYCnGJ8ORfVkTaGimaErP56XCJ5PM=";
hash = "sha256-1wgQilYHYjmKqhUhxA0wXF+OBPRH+hDPgVGMgVxqj4Y=";
};
outputs = [