summary refs log tree commit diff
path: root/pkgs/development/libraries/graphene-hardened-malloc
diff options
context:
space:
mode:
authorRobert Scott <code@humanleg.org.uk>2019-08-24 16:52:32 +0100
committerRobert Scott <code@humanleg.org.uk>2019-08-24 16:52:32 +0100
commit9b6ae7a0f4225f32730927e82b5f9ea6a95f6e7e (patch)
treeb5c147ec1e6a171a549902a45f43e02fdc83ea24 /pkgs/development/libraries/graphene-hardened-malloc
parent50cbcc21d28b39c432dd58f15b7c8a159353a0ab (diff)
downloadnixpkgs-9b6ae7a0f4225f32730927e82b5f9ea6a95f6e7e.tar
nixpkgs-9b6ae7a0f4225f32730927e82b5f9ea6a95f6e7e.tar.gz
nixpkgs-9b6ae7a0f4225f32730927e82b5f9ea6a95f6e7e.tar.bz2
nixpkgs-9b6ae7a0f4225f32730927e82b5f9ea6a95f6e7e.tar.lz
nixpkgs-9b6ae7a0f4225f32730927e82b5f9ea6a95f6e7e.tar.xz
nixpkgs-9b6ae7a0f4225f32730927e82b5f9ea6a95f6e7e.tar.zst
nixpkgs-9b6ae7a0f4225f32730927e82b5f9ea6a95f6e7e.zip
graphene-hardened-malloc: 1 -> 2
Diffstat (limited to 'pkgs/development/libraries/graphene-hardened-malloc')
-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 1072c8f2cbf..3e21f3c229f 100644
--- a/pkgs/development/libraries/graphene-hardened-malloc/default.nix
+++ b/pkgs/development/libraries/graphene-hardened-malloc/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   name = "graphene-hardened-malloc-${version}";
-  version = "1";
+  version = "2";
 
   src = fetchurl {
     url = "https://github.com/GrapheneOS/hardened_malloc/archive/${version}.tar.gz";
-    sha256 = "1z3kb9fr6w9fcdc42bh8k5b4r10sn5hrwwk4m691qjdgk5hlj3aa";
+    sha256 = "0zsl4vl65ic6lw5rzcjzvcxg8makg683abnwvy60zfap8hvijvjb";
   };
 
   installPhase = ''