snmalloc: 0.7.4 -> 0.7.5
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user