graphene-hardened-malloc: 2025090300 -> 2025092700

R. Ryantm 3d14dccf e9403335

+2 -2
+2 -2
pkgs/by-name/gr/graphene-hardened-malloc/package.nix
··· 10 11 stdenv.mkDerivation (finalAttrs: { 12 pname = "graphene-hardened-malloc"; 13 - version = "2025090300"; 14 15 src = fetchFromGitHub { 16 owner = "GrapheneOS"; 17 repo = "hardened_malloc"; 18 rev = finalAttrs.version; 19 - hash = "sha256-SpcdZIo9YOmVBq2yG4n174gjAoThnnWbQcWK2BfQ2BM="; 20 }; 21 22 nativeCheckInputs = [ python3 ];
··· 10 11 stdenv.mkDerivation (finalAttrs: { 12 pname = "graphene-hardened-malloc"; 13 + version = "2025092700"; 14 15 src = fetchFromGitHub { 16 owner = "GrapheneOS"; 17 repo = "hardened_malloc"; 18 rev = finalAttrs.version; 19 + hash = "sha256-t7PnBwpGh53+ZqTbnm8lYaNBtUgLev9kbvFlbfSCBrU="; 20 }; 21 22 nativeCheckInputs = [ python3 ];