Merge: [Backport release-24.05] strace: 6.11 -> 6.12 (#357289)

This commit is contained in:
Maximilian Bosch 2024-11-19 19:01:15 +01:00 committed by GitHub
commit c780c49208
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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=";
};
depsBuildBuild = [ buildPackages.stdenv.cc ];