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

wxmaxima: 25.01.0 -> 25.04.0 (#402409)

parents 142677bb 3622ab91
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,13 +13,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "wxmaxima";
  version = "25.01.0";
  version = "25.04.0";

  src = fetchFromGitHub {
    owner = "wxMaxima-developers";
    repo = "wxmaxima";
    rev = "Version-${finalAttrs.version}";
    hash = "sha256-XFlEBmKxpi7NnUxVXV2F+zQKrvR4r93aLtHOoVZ7SPw=";
    hash = "sha256-AEy2a8BahV1yH67RIjcsVipuo5eUZcQZxR3HygSYGlU=";
  };

  buildInputs = [