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: a0ad72bebcae
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: def5aeb17fad
Choose a head ref
  • 4 commits
  • 3 files changed
  • 2 contributors

Commits on Mar 1, 2019

  1. forkstat: 0.02.03 -> 0.02.09

    And move to .tar.xz since .tar.gz is only offered until 0.02.03.
    dtzWill committed Mar 1, 2019

    Verified

    This commit was signed with the committer’s verified signature.
    vcunat Vladimír Čunát
    Copy the full SHA
    f1cee22 View commit details
  2. smemstat: 0.02.00 -> 0.02.03

    Similarly move .tar.gz -> .tar.xz
    dtzWill committed Mar 1, 2019
    Copy the full SHA
    fb5254d View commit details
  3. Copy the full SHA
    983c54d View commit details

Commits on Mar 4, 2019

  1. Merge pull request #56580 from dtzWill/update/cking-utils-2019-02

    forkstat, smemstat, stress-ng: bump various cking utils
    7c6f434c authored Mar 4, 2019
    Copy the full SHA
    def5aeb View commit details
Showing with 8 additions and 8 deletions.
  1. +3 −3 pkgs/os-specific/linux/forkstat/default.nix
  2. +3 −3 pkgs/os-specific/linux/smemstat/default.nix
  3. +2 −2 pkgs/tools/system/stress-ng/default.nix
6 changes: 3 additions & 3 deletions pkgs/os-specific/linux/forkstat/default.nix
Original file line number Diff line number Diff line change
@@ -2,10 +2,10 @@

stdenv.mkDerivation rec {
name = "forkstat-${version}";
version = "0.02.03";
version = "0.02.09";
src = fetchurl {
url = "http://kernel.ubuntu.com/~cking/tarballs/forkstat/forkstat-${version}.tar.gz";
sha256 = "1dl95ijs9bs9s9i629bi88qmvxjl25ym742gc063bysbp8drban1";
url = "http://kernel.ubuntu.com/~cking/tarballs/forkstat/forkstat-${version}.tar.xz";
sha256 = "1h5ha9w6rawh9kx39swjxs029202qxi0j9w38y7ilwq5pj447bxw";
};
installFlags = [ "DESTDIR=$(out)" ];
postInstall = ''
6 changes: 3 additions & 3 deletions pkgs/os-specific/linux/smemstat/default.nix
Original file line number Diff line number Diff line change
@@ -2,10 +2,10 @@

stdenv.mkDerivation rec {
name = "smemstat-${version}";
version = "0.02.00";
version = "0.02.03";
src = fetchurl {
url = "http://kernel.ubuntu.com/~cking/tarballs/smemstat/smemstat-${version}.tar.gz";
sha256 = "16in8bzsrrcz7mc5qvyvjkxgpzz4bnq8zvkb7vsv6qfgyd3xr1dp";
url = "http://kernel.ubuntu.com/~cking/tarballs/smemstat/smemstat-${version}.tar.xz";
sha256 = "04q06wb37n4g1dlsjl8j2bwzd7qis4wanm0f4xg8y29br6skljx1";
};
buildInputs = [ ncurses ];
installFlags = [ "DESTDIR=$(out)" ];
4 changes: 2 additions & 2 deletions pkgs/tools/system/stress-ng/default.nix
Original file line number Diff line number Diff line change
@@ -4,11 +4,11 @@

stdenv.mkDerivation rec {
name = "stress-ng-${version}";
version = "0.09.49";
version = "0.09.54";

src = fetchurl {
url = "https://kernel.ubuntu.com/~cking/tarballs/stress-ng/${name}.tar.xz";
sha256 = "1ll2i7vgnwpfhvq963m2aqwffkrmjggnscpmwn8qbdh0a82lmq2x";
sha256 = "0qbgabrxm8aj4a6bgf55mi7rv9sqcgl3kkm7j3qhkqjfn9rqzslb";
};

# All platforms inputs then Linux-only ones