We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88c8349 commit 3622ab9Copy full SHA for 3622ab9
pkgs/applications/science/math/wxmaxima/default.nix
@@ -13,13 +13,13 @@
13
14
stdenv.mkDerivation (finalAttrs: {
15
pname = "wxmaxima";
16
- version = "25.01.0";
+ version = "25.04.0";
17
18
src = fetchFromGitHub {
19
owner = "wxMaxima-developers";
20
repo = "wxmaxima";
21
rev = "Version-${finalAttrs.version}";
22
- hash = "sha256-XFlEBmKxpi7NnUxVXV2F+zQKrvR4r93aLtHOoVZ7SPw=";
+ hash = "sha256-AEy2a8BahV1yH67RIjcsVipuo5eUZcQZxR3HygSYGlU=";
23
};
24
25
buildInputs = [
0 commit comments