valgrind: 3.27.0 -> 3.27.1 (#522479)

This commit is contained in:
Ryan Burns
2026-06-15 22:43:35 +00:00
committed by GitHub
+2 -2
View File
@@ -11,11 +11,11 @@
stdenv.mkDerivation rec {
pname = "valgrind";
version = "3.27.0";
version = "3.27.1";
src = fetchurl {
url = "https://sourceware.org/pub/valgrind/valgrind-${version}.tar.bz2";
hash = "sha256-W1k33oJX7o9RaY6nG5cRrc6YBhqgfapKaF78OvkhW+8=";
hash = "sha256-XViRUuuAccAv6rjOarcZ5DGh+8PisXAPVDJjKouSZNw=";
};
patches = [