strace: 6.12 -> 6.13

Changes: https://github.com/strace/strace/releases/tag/v6.13
This commit is contained in:
Sergei Trofimovich
2025-01-24 06:19:14 +00:00
parent 0aa475546e
commit a5fcd78a3a
+2 -2
View File
@@ -11,11 +11,11 @@
stdenv.mkDerivation rec {
pname = "strace";
version = "6.12";
version = "6.13";
src = fetchurl {
url = "https://strace.io/files/${version}/${pname}-${version}.tar.xz";
hash = "sha256-xH2pO+RbYFX03HQdfyDvr1DKEBYKWxAMEJspT9nAvf4=";
hash = "sha256-4gna8O4DjKWtzEwnfpJztNUfRqL/htpXXTZ0KsNQihc=";
};
separateDebugInfo = true;