Merge pull request #53017 from dtzWill/update/strace-4.26
strace: 4.25 -> 4.26
This commit is contained in:
commit
94164f0d04
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "strace-${version}";
|
name = "strace-${version}";
|
||||||
version = "4.25";
|
version = "4.26";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://strace.io/files/${version}/${name}.tar.xz";
|
url = "https://strace.io/files/${version}/${name}.tar.xz";
|
||||||
sha256 = "00f7zagfh3np5gwi0z7hi7zjd7s5nixcaq7z78n87dvhakkgi1fn";
|
sha256 = "070yz8xii8gnb4psiz628zwm5srh266sfb06f7f1qzagxzz2ykbw";
|
||||||
};
|
};
|
||||||
|
|
||||||
depsBuildBuild = [ buildPackages.stdenv.cc ];
|
depsBuildBuild = [ buildPackages.stdenv.cc ];
|
||||||
@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = https://strace.io/;
|
homepage = https://strace.io/;
|
||||||
description = "A system call tracer for Linux";
|
description = "A system call tracer for Linux";
|
||||||
license = licenses.bsd3;
|
license = with licenses; [ lgpl21Plus gpl2Plus ]; # gpl2Plus is for the test suite
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ jgeerds globin ];
|
maintainers = with maintainers; [ jgeerds globin ];
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user