graphene-hardened-malloc: 2025032100 -> 2025041100

This commit is contained in:
R. Ryantm
2025-04-13 09:09:28 +00:00
parent 10189aca67
commit a6b57b6290
@@ -10,13 +10,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "graphene-hardened-malloc";
version = "2025032100";
version = "2025041100";
src = fetchFromGitHub {
owner = "GrapheneOS";
repo = "hardened_malloc";
rev = finalAttrs.version;
hash = "sha256-8EIdJmnPdJgES+8QwWzL1oKVqO62CQdtjyMgFw+P0+g=";
hash = "sha256-HCuH5SUiw/+3T1dv+IKKsQEC1GbuG0Se376bw2fG5u8=";
};
nativeCheckInputs = [ python3 ];