strace: 6.15 -> 6.16

Changes: https://github.com/strace/strace/releases/tag/v6.16
This commit is contained in:
Sergei Trofimovich
2025-08-06 08:52:36 +02:00
committed by Alyssa Ross
parent 13e0727797
commit 045cfbcd89
+2 -2
View File
@@ -11,11 +11,11 @@
stdenv.mkDerivation rec {
pname = "strace";
version = "6.15";
version = "6.16";
src = fetchurl {
url = "https://strace.io/files/${version}/${pname}-${version}.tar.xz";
hash = "sha256-hVLfqwirwioPIEjJj9lUH9TXG2iCUHlSeA2rfHxRL1E=";
hash = "sha256-PXrufk8ESy9n89UainbtoYB26fsndN5UrDUdd31Ov/o=";
};
separateDebugInfo = true;