Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 66b571c10b0f
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 601b72558290
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Aug 24, 2019

  1. Copy the full SHA
    9b6ae7a View commit details
  2. Merge pull request #67398 from risicle/ris-graphene-hardened-malloc-2

    graphene-hardened-malloc: 1 -> 2
    joachifm authored Aug 24, 2019
    Copy the full SHA
    601b725 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/libraries/graphene-hardened-malloc/default.nix
Original file line number Diff line number Diff line change
@@ -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 = ''