Skip to content

Commit

Permalink
strace: 4.18 -> 4.19
Browse files Browse the repository at this point in the history
  • Loading branch information
dezgeg committed Sep 13, 2017
1 parent 85f3834 commit 1e84bb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/misc/strace/default.nix
Expand Up @@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
name = "strace-${version}";
version = "4.18";
version = "4.19";

src = fetchurl {
url = "mirror://sourceforge/strace/${name}.tar.xz";
sha256 = "026agy9nq238nx3ynhmi8h3vx96yra4xacfsm2ybs9k23ry8ibc9";
sha256 = "10bjh2mrkvx41fk60b2iqv5b5k4r7a3qdsx04iyg904jqb3fp4vw";
};

nativeBuildInputs = [ perl ];
Expand Down

0 comments on commit 1e84bb9

Please sign in to comment.