valgrind: 3.21.0 -> 3.22.0

Changes: https://sourceforge.net/p/valgrind/mailman/message/50323635/
This commit is contained in:
Sergei Trofimovich 2023-11-01 13:14:09 +00:00
parent 05e8361387
commit e8f3684289

View File

@ -6,11 +6,11 @@
stdenv.mkDerivation rec {
pname = "valgrind";
version = "3.21.0";
version = "3.22.0";
src = fetchurl {
url = "https://sourceware.org/pub/${pname}/${pname}-${version}.tar.bz2";
hash = "sha256-EM4WGLs+M/rRbreVUrCj4SEXYkSKDX/OEcimJDuayXE=";
hash = "sha256-yBHbWt0sX3KZRMr0fE56Zdyqu5Rh5HK1eHZd179tLUw=";
};
patches = [