strace: 7.0 -> 7.1

ChangeLog: https://github.com/strace/strace/releases/tag/v7.1
This commit is contained in:
Maximilian Bosch 2026-06-15 23:25:18 +02:00
commit 33986e15ea
No known key found for this signature in database

View file

@ -11,11 +11,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "strace";
version = "7.0";
version = "7.1";
src = fetchurl {
url = "https://strace.io/files/${finalAttrs.version}/strace-${finalAttrs.version}.tar.xz";
hash = "sha256-bJJBm+Py7FYLMXKKRlIhfFmGTIZCunsbN3GxsBOtB0s=";
hash = "sha256-gXQ+zypbRBhrL1A4r9yL7aflxwrtFbT7+8xuns4kSQ8=";
};
separateDebugInfo = true;