summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-10-06 15:56:30 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-10-06 15:56:30 +0000
commitb345e6d0c0e6c1497b7fdde263546ddc7c039b29 (patch)
tree15c696ccb5427b5459e31de895cd523d9942412b
parentb3e14b9045a7805ddde2790652744b731caebaaf (diff)
downloadnixpkgs-b345e6d0c0e6c1497b7fdde263546ddc7c039b29.tar
nixpkgs-b345e6d0c0e6c1497b7fdde263546ddc7c039b29.tar.gz
nixpkgs-b345e6d0c0e6c1497b7fdde263546ddc7c039b29.tar.bz2
nixpkgs-b345e6d0c0e6c1497b7fdde263546ddc7c039b29.tar.lz
nixpkgs-b345e6d0c0e6c1497b7fdde263546ddc7c039b29.tar.xz
nixpkgs-b345e6d0c0e6c1497b7fdde263546ddc7c039b29.tar.zst
nixpkgs-b345e6d0c0e6c1497b7fdde263546ddc7c039b29.zip
graphene-hardened-malloc: 11 -> 12
-rw-r--r--pkgs/development/libraries/graphene-hardened-malloc/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/graphene-hardened-malloc/default.nix b/pkgs/development/libraries/graphene-hardened-malloc/default.nix
index 1e2eddf2751..85ec3352f70 100644
--- a/pkgs/development/libraries/graphene-hardened-malloc/default.nix
+++ b/pkgs/development/libraries/graphene-hardened-malloc/default.nix
@@ -9,13 +9,13 @@
 
 stdenv.mkDerivation (finalAttrs: {
   pname = "graphene-hardened-malloc";
-  version = "11";
+  version = "12";
 
   src = fetchFromGitHub {
     owner = "GrapheneOS";
     repo = "hardened_malloc";
     rev = finalAttrs.version;
-    sha256 = "sha256-BbjL0W12QXFmGCzFrFYY6CZZeFbUt0elCGhM+mbL/IU=";
+    sha256 = "sha256-ujwzr4njNsf/VTyEq7zKHWxoivU3feavSTx+MLIj1ZM=";
   };
 
   doCheck = true;