about summary refs log tree commit diff
path: root/pkgs/applications/science
diff options
context:
space:
mode:
authorDoron Behar <doron.behar@gmail.com>2024-02-05 16:23:09 +0200
committerGitHub <noreply@github.com>2024-02-05 16:23:09 +0200
commit99f1454341817fbe4698b9732c112e0555368f4c (patch)
treee50f67913d0aebfbdc2b76bbc9c6706ce1699cc2 /pkgs/applications/science
parent1cfcebb67f8af99f602b5d3c6b677d8f4fdfd8a8 (diff)
parentcb6c4d8ac0eaaa95c869f00e6958678922733b4a (diff)
Merge pull request #286230 from r-ryantm/auto-update/wxmaxima
wxmaxima: 23.12.0 -> 24.02.0
Diffstat (limited to 'pkgs/applications/science')
-rw-r--r--pkgs/applications/science/math/wxmaxima/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/science/math/wxmaxima/default.nix b/pkgs/applications/science/math/wxmaxima/default.nix
index eff8969cbbe34..345542503a37d 100644
--- a/pkgs/applications/science/math/wxmaxima/default.nix
+++ b/pkgs/applications/science/math/wxmaxima/default.nix
@@ -12,13 +12,13 @@
 
 stdenv.mkDerivation (finalAttrs:{
   pname = "wxmaxima";
-  version = "23.12.0";
+  version = "24.02.0";
 
   src = fetchFromGitHub {
     owner = "wxMaxima-developers";
     repo = "wxmaxima";
     rev = "Version-${finalAttrs.version}";
-    sha256 = "sha256-5MOj4loZsD1Fhy+D7V6ZL4QFyVkWyIaxTcHe7R2xypo=";
+    hash = "sha256-X4nx8zARToogQS4bfkv3CbsS2qU2uL9BBYw0Lw7QC18=";
   };
 
   buildInputs = [