Skip to content

Commit

Permalink
Merge pull request #53017 from dtzWill/update/strace-4.26
Browse files Browse the repository at this point in the history
strace: 4.25 -> 4.26
  • Loading branch information
worldofpeace committed Dec 29, 2018
2 parents bd98a3d + dfc35f1 commit 94164f0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/tools/misc/strace/default.nix
Expand Up @@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
name = "strace-${version}";
version = "4.25";
version = "4.26";

src = fetchurl {
url = "https://strace.io/files/${version}/${name}.tar.xz";
sha256 = "00f7zagfh3np5gwi0z7hi7zjd7s5nixcaq7z78n87dvhakkgi1fn";
sha256 = "070yz8xii8gnb4psiz628zwm5srh266sfb06f7f1qzagxzz2ykbw";
};

depsBuildBuild = [ buildPackages.stdenv.cc ];
Expand All @@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
homepage = https://strace.io/;
description = "A system call tracer for Linux";
license = licenses.bsd3;
license = with licenses; [ lgpl21Plus gpl2Plus ]; # gpl2Plus is for the test suite
platforms = platforms.linux;
maintainers = with maintainers; [ jgeerds globin ];
};
Expand Down

0 comments on commit 94164f0

Please sign in to comment.