Skip to content

Commit

Permalink
strace: 4.11 -> 4.12
Browse files Browse the repository at this point in the history
(cherry picked from commit a3581f8)
  • Loading branch information
mimame authored and bjornfor committed Jul 16, 2016
1 parent 5424a1d commit ff2c69e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkgs/development/tools/misc/strace/default.nix
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{ stdenv, fetchurl, perl, libunwind }:

stdenv.mkDerivation rec {
name = "strace-4.11";
name = "strace-${version}";
version = "4.12";

src = fetchurl {
url = "mirror://sourceforge/strace/${name}.tar.xz";
sha256 = "0ll1rpjs441jac2689nga74qb49x1zkg8a2b7rzzchgrv1n5ysp8";
sha256 = "51144b78cb9ba22211b95a5aafe0af3694c0d575b25975d80ca9dd4dfd7c1e59";
};

nativeBuildInputs = [ perl ];
Expand Down

0 comments on commit ff2c69e

Please sign in to comment.