graphene-hardened-malloc: 1 -> 2

This commit is contained in:
Robert Scott 2019-08-24 16:52:32 +01:00
parent 50cbcc21d2
commit 9b6ae7a0f4

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "graphene-hardened-malloc-${version}"; name = "graphene-hardened-malloc-${version}";
version = "1"; version = "2";
src = fetchurl { src = fetchurl {
url = "https://github.com/GrapheneOS/hardened_malloc/archive/${version}.tar.gz"; url = "https://github.com/GrapheneOS/hardened_malloc/archive/${version}.tar.gz";
sha256 = "1z3kb9fr6w9fcdc42bh8k5b4r10sn5hrwwk4m691qjdgk5hlj3aa"; sha256 = "0zsl4vl65ic6lw5rzcjzvcxg8makg683abnwvy60zfap8hvijvjb";
}; };
installPhase = '' installPhase = ''