Unverified Commit ed6f836f authored by Doron Behar's avatar Doron Behar Committed by GitHub
Browse files

Merge pull request #263037 from r-ryantm/auto-update/wxmaxima

wxmaxima: 23.02.1 -> 23.10.0
parents 8b37bb12 8828ad05
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,13 +12,13 @@

stdenv.mkDerivation (finalAttrs:{
  pname = "wxmaxima";
  version = "23.02.1";
  version = "23.10.0";

  src = fetchFromGitHub {
    owner = "wxMaxima-developers";
    repo = "wxmaxima";
    rev = "Version-${finalAttrs.version}";
    sha256 = "sha256-Lrj/oJNmKlCkNbnCGY2TewCospwajKdWgmKkreHzEIU=";
    sha256 = "sha256-3zQzpw0KWNAAvML55O2FMlid9j0GtP8OWy1eqifzVwI=";
  };

  buildInputs = [