mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-11-10 17:54:53 +01:00
valgrind: 3.25.1 -> 3.26.0
Changes: https://valgrind.org/docs/manual/dist.news.html
This commit is contained in:
parent
c9f97ce391
commit
c9c5db6314
|
|
@ -11,11 +11,11 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "valgrind";
|
pname = "valgrind";
|
||||||
version = "3.25.1";
|
version = "3.26.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://sourceware.org/pub/${pname}/${pname}-${version}.tar.bz2";
|
url = "https://sourceware.org/pub/${pname}/${pname}-${version}.tar.bz2";
|
||||||
hash = "sha256-Yd640HJ7RcJo79wbO2yeZ5zZfL9e5LKNHerXyLeica8=";
|
hash = "sha256-jVTHFwKRBvFkSq2vgCq5aS5T2T3QFcvRnnQZDrpha9c=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
|
|
@ -105,7 +105,7 @@ stdenv.mkDerivation rec {
|
||||||
Valgrind to build new tools.
|
Valgrind to build new tools.
|
||||||
'';
|
'';
|
||||||
|
|
||||||
license = lib.licenses.gpl2Plus;
|
license = lib.licenses.gpl3Plus;
|
||||||
|
|
||||||
maintainers = [ lib.maintainers.eelco ];
|
maintainers = [ lib.maintainers.eelco ];
|
||||||
platforms =
|
platforms =
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue