wxmaxima: 26.06.1 -> 26.06.2

This commit is contained in:
R. Ryantm
2026-06-19 23:04:26 +00:00
parent 471ac28cfa
commit 3958be0c3a
+2 -2
View File
@@ -13,13 +13,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "wxmaxima";
version = "26.06.1";
version = "26.06.2";
src = fetchFromGitHub {
owner = "wxMaxima-developers";
repo = "wxmaxima";
rev = "Version-${finalAttrs.version}";
hash = "sha256-A20uF1cRm9hjTyqJDCMEuAwhG8hagHu0tKdQK5Lnz94=";
hash = "sha256-BehuFRofeU3k7hmdAM6b1gRuxQBhvonvPtTyW3gauV0=";
};
buildInputs = [