Skip to content

Commit

Permalink
Merge pull request #92770 from r-ryantm/auto-update/forkstat
Browse files Browse the repository at this point in the history
forkstat: 0.02.14 -> 0.02.15
  • Loading branch information
danieldk committed Jul 9, 2020
2 parents f6db90a + 48960c8 commit ea44124
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/forkstat/default.nix
Expand Up @@ -2,10 +2,10 @@

stdenv.mkDerivation rec {
pname = "forkstat";
version = "0.02.14";
version = "0.02.15";
src = fetchurl {
url = "https://kernel.ubuntu.com/~cking/tarballs/forkstat/forkstat-${version}.tar.xz";
sha256 = "10kibb5psb5gqdmq9lfb7qw566diwg54gdb49b5zd71qwpybk3dl";
sha256 = "11dvg7bbklpfywx6i6vb29vvc28pbfk3mff0g18n5imxvzsd7jxs";
};
installFlags = [ "DESTDIR=$(out)" ];
postInstall = ''
Expand Down

0 comments on commit ea44124

Please sign in to comment.