Merge pull request #165946 from Ma27/bump-strace

strace: 5.16 -> 5.17
This commit is contained in:
Maximilian Bosch 2022-03-28 08:47:09 +02:00 committed by GitHub
commit e025b7b588
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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