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: 023e11ae3407
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d34fa6ed4434
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on May 27, 2020

  1. palp: fix hash

    The file was modified for the second time now. I'll try to contact
    upstream about this. Maybe 2.11 is not actually a finished product yet.
    timokau committed May 27, 2020
    Copy the full SHA
    b749917 View commit details
  2. Merge pull request #89058 from timokau/palp-2.11-hash-fixup-2

    palp: fix hash
    timokau authored May 27, 2020
    Copy the full SHA
    d34fa6e View commit details
Showing with 1 addition and 1 deletion.
  1. +1 −1 pkgs/applications/science/math/palp/default.nix
2 changes: 1 addition & 1 deletion pkgs/applications/science/math/palp/default.nix
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {

src = fetchurl {
url = "http://hep.itp.tuwien.ac.at/~kreuzer/CY/palp/palp-${version}.tar.gz";
sha256 = "0pv3rmgk8xc8z98w173f1jxc1cd67cdl8mjjgmgp3mcvifcfsrjl";
sha256 = "00jpm73fw9jjq58z6rysr1mwv489j6rpfqqlhm9ab0dln4kyhh05";
};

hardeningDisable = [