forked from mirrors/nixpkgs
strace: Update to 4.9
This commit is contained in:
parent
cfe26e4438
commit
1a504e3fb7
|
@ -1,11 +1,11 @@
|
||||||
{ stdenv, fetchurl, perl }:
|
{ stdenv, fetchurl, perl }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "strace-4.8";
|
name = "strace-4.9";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://sourceforge/strace/${name}.tar.xz";
|
url = "mirror://sourceforge/strace/${name}.tar.xz";
|
||||||
sha256 = "1y6pw4aj4rw5470lqks1ml0n8jh5xbhwr5c3gb00bj570wgjk4pl";
|
sha256 = "0rbgznvrxzw7vfah7mwzb4j4mm9gp4hkpiyaghlivfa0qnjzwnq9";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ perl ];
|
nativeBuildInputs = [ perl ];
|
||||||
|
|
Loading…
Reference in a new issue