strace: 6.9 -> 6.10

Changes: https://github.com/strace/strace/releases/tag/v6.10
(cherry picked from commit 09ea608f64)
This commit is contained in:
Sergei Trofimovich 2024-07-21 19:51:44 +01:00 committed by github-actions[bot]
parent 29679bde4a
commit 5cdfca18d0

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "strace";
version = "6.9";
version = "6.10";
src = fetchurl {
url = "https://strace.io/files/${version}/${pname}-${version}.tar.xz";
sha256 = "sha256-2hiemQqC48o6WkYxAS9+z9SJ2rRZhU2C2Mr2qGXBNWo=";
hash = "sha256-dl7HGqHeL+NzY8HkDHt2afwdQMRLtdOLqOjNgsTtzwc=";
};
depsBuildBuild = [ buildPackages.stdenv.cc ];