graphene-hardened-malloc: 12 -> 2024040900

This commit is contained in:
nat 2024-04-18 23:18:41 +02:00
parent 2df126c3dd
commit b1e8c3bdea
No known key found for this signature in database
1 changed files with 2 additions and 2 deletions

View File

@ -9,13 +9,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "graphene-hardened-malloc";
version = "12";
version = "2024040900";
src = fetchFromGitHub {
owner = "GrapheneOS";
repo = "hardened_malloc";
rev = finalAttrs.version;
sha256 = "sha256-ujwzr4njNsf/VTyEq7zKHWxoivU3feavSTx+MLIj1ZM=";
sha256 = "sha256-1j7xzhuhK8ZRAJm9dJ95xiTIla7lh3LBiWc/+x/kjp0=";
};
nativeCheckInputs = [ python3 ];