strace: 6.2 -> 6.3

ChangeLog: https://github.com/strace/strace/releases/tag/v6.3
This commit is contained in:
Maximilian Bosch 2023-05-09 00:13:00 +02:00
parent 83e533520b
commit e47ac00467
No known key found for this signature in database
GPG Key ID: 9A6EEA275CA5BE0A

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "strace";
version = "6.2";
version = "6.3";
src = fetchurl {
url = "https://strace.io/files/${version}/${pname}-${version}.tar.xz";
sha256 = "sha256-DH04pElBYmjTAEApoiChWnfCIGoDzIgSDzf0bpSRd+g=";
sha256 = "sha256-4Xh44wFQbBzDAWERGK0U7+5/i872Oyes5dKQrM57tzE=";
};
depsBuildBuild = [ buildPackages.stdenv.cc ];