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

Commits on Oct 7, 2019

  1. sysstat: fix source url

    wizeman committed Oct 7, 2019

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    rycee Robert Helgesson
    Copy the full SHA
    8c3a403 View commit details

Commits on Oct 15, 2019

  1. Merge pull request #70628 from wizeman/u/fix-sysstat-url

    sysstat: fix source url
    c0bw3b authored Oct 15, 2019
    Copy the full SHA
    5b9fa24 View commit details
Showing with 1 addition and 1 deletion.
  1. +1 −1 pkgs/os-specific/linux/sysstat/default.nix
2 changes: 1 addition & 1 deletion pkgs/os-specific/linux/sysstat/default.nix
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ stdenv.mkDerivation rec {
name = "sysstat-12.1.5";

src = fetchurl {
url = "http://perso.orange.fr/sebastien.godard/${name}.tar.xz";
url = "http://pagesperso-orange.fr/sebastien.godard/${name}.tar.xz";
sha256 = "1i92jmrqcpzgy98r1f4fd0x7y2wvwc05ywsh19w3s2gmndmr75m4";
};