strace: 5.17 -> 5.18

ChangeLog: https://github.com/strace/strace/releases/tag/v5.18
This commit is contained in:
Maximilian Bosch 2022-06-19 10:30:17 +02:00
parent 2ea4d37217
commit a62e864c81
No known key found for this signature in database
GPG Key ID: 091DBF4D1FC46B8E

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "strace";
version = "5.17";
version = "5.18";
src = fetchurl {
url = "https://strace.io/files/${version}/${pname}-${version}.tar.xz";
sha256 = "sha256-X7KY29EzH9HhvJTFwyOVhg03YQG4fGzT0bqfmqFcFh8=";
sha256 = "sha256-YCk+p5rJJT1gDNyb4HetKYjKIihKQ5yeZr5RUNs9EYc=";
};
depsBuildBuild = [ buildPackages.stdenv.cc ];