pgfplots: 1.18.1 -> 1.18.2

This commit is contained in:
R. Ryantm 2025-08-14 13:19:42 +00:00
parent aebb310757
commit db505b6118

View File

@ -6,13 +6,13 @@
stdenvNoCC.mkDerivation (finalAttrs: { stdenvNoCC.mkDerivation (finalAttrs: {
pname = "pgfplots"; pname = "pgfplots";
version = "1.18.1"; version = "1.18.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "pgf-tikz"; owner = "pgf-tikz";
repo = "pgfplots"; repo = "pgfplots";
tag = finalAttrs.version; tag = finalAttrs.version;
hash = "sha256-cTfOMasBptm0lydKeNHPnjdEyFjEb88awYPn8S2m73c="; hash = "sha256-Qw7H/oCZDtqm6sdCfwDm9SbIxdoemmhj/XCaHZf5/5c=";
}; };
installPhase = '' installPhase = ''