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

Commits on Oct 24, 2019

  1. sysstat: 12.1.5 -> 12.1.7

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/sysstat/versions
    r-ryantm committed Oct 24, 2019
    Copy the full SHA
    8001a3f View commit details

Commits on Oct 25, 2019

  1. Merge pull request #71912 from r-ryantm/auto-update/sysstat

    sysstat: 12.1.5 -> 12.1.7
    aanderse authored Oct 25, 2019
    Copy the full SHA
    364967b View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/os-specific/linux/sysstat/default.nix
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/sysstat/default.nix
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{ stdenv, fetchurl, gettext, bzip2 }:

stdenv.mkDerivation rec {
name = "sysstat-12.1.5";
name = "sysstat-12.1.7";

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

buildInputs = [ gettext ];