strace: 6.11 -> 6.12

ChangeLog: https://github.com/strace/strace/releases/tag/v6.12
This commit is contained in:
Maximilian Bosch 2024-11-18 22:14:44 +01:00
parent 0a187821e9
commit b27623aebe
No known key found for this signature in database

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "strace";
version = "6.11";
version = "6.12";
src = fetchurl {
url = "https://strace.io/files/${version}/${pname}-${version}.tar.xz";
hash = "sha256-gyYlg6NSnwLDUBqouKx3K0y8A9yTTpi6tuSINibig6U=";
hash = "sha256-xH2pO+RbYFX03HQdfyDvr1DKEBYKWxAMEJspT9nAvf4=";
};
separateDebugInfo = true;