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

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

wxmaxima: 24.02.1 -> 24.02.2
parents b80a0f0c 39b24670
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.02.1";
  version = "24.02.2";

  src = fetchFromGitHub {
    owner = "wxMaxima-developers";
    repo = "wxmaxima";
    rev = "Version-${finalAttrs.version}";
    hash = "sha256-ORrIZlLqZsxMpqtw5Z7GMI9dDod50hj94ro6urjBD/A=";
    hash = "sha256-ewyg+ZhbRbPjJkYTZFuhbOWMDNZGW7ejmSv38zxcTsw=";
  };

  buildInputs = [