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

wxmaxima: 24.05.0 -> 24.08.0 (#348539)

parents 62b43f8c 31ca06ca
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,13 +12,13 @@

stdenv.mkDerivation (finalAttrs:{
  pname = "wxmaxima";
  version = "24.05.0";
  version = "24.08.0";

  src = fetchFromGitHub {
    owner = "wxMaxima-developers";
    repo = "wxmaxima";
    rev = "Version-${finalAttrs.version}";
    hash = "sha256-pl3sO28HANL9F41aaJznxUsH2Y7W/FO82Rik2/ik2Ag=";
    hash = "sha256-W9sZlCPi+pz37OQoICnRGQR2hoe/UciMN6NIzDgHNPQ=";
  };

  buildInputs = [