strace: 6.4 -> 6.5

ChangeLog: https://github.com/strace/strace/releases/tag/v6.5
This commit is contained in:
Maximilian Bosch 2023-09-02 12:23:09 +02:00
parent a4c4d7f2e9
commit 637b93ca3f
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.4";
version = "6.5";
src = fetchurl {
url = "https://strace.io/files/${version}/${pname}-${version}.tar.xz";
sha256 = "sha256-J5h9usV/39JgxttNyDKN81yVxoZ8ij1DcdWc3PTrkjg=";
sha256 = "sha256-37BRcCOJ4ZeaFRiStZAa/J6Tu8HHDYTJBq3jIkypGYA=";
};
depsBuildBuild = [ buildPackages.stdenv.cc ];