snmalloc: 0.7.4 -> 0.7.5

This commit is contained in:
VZstless
2026-06-23 10:11:06 +08:00
parent 89570f24e9
commit 23a691c019
+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 = [