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

Commits on Jun 18, 2019

  1. sysstat: 12.1.4 -> 12.1.5

    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 Jun 18, 2019
    Copy the full SHA
    302dc79 View commit details

Commits on Jun 20, 2019

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

    sysstat: 12.1.4 -> 12.1.5
    marsam authored Jun 20, 2019
    Copy the full SHA
    71b7116 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.4";
name = "sysstat-12.1.5";

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

buildInputs = [ gettext ];