tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
wxmaxima: 24.02.2 -> 24.05.0
R. Ryantm
2 years ago
066f706e
0c9055e8
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
applications
science
math
wxmaxima
default.nix
+2
-2
pkgs/applications/science/math/wxmaxima/default.nix
···
12
13
stdenv.mkDerivation (finalAttrs:{
14
pname = "wxmaxima";
15
-
version = "24.02.2";
16
17
src = fetchFromGitHub {
18
owner = "wxMaxima-developers";
19
repo = "wxmaxima";
20
rev = "Version-${finalAttrs.version}";
21
-
hash = "sha256-ewyg+ZhbRbPjJkYTZFuhbOWMDNZGW7ejmSv38zxcTsw=";
22
};
23
24
buildInputs = [
···
12
13
stdenv.mkDerivation (finalAttrs:{
14
pname = "wxmaxima";
15
+
version = "24.05.0";
16
17
src = fetchFromGitHub {
18
owner = "wxMaxima-developers";
19
repo = "wxmaxima";
20
rev = "Version-${finalAttrs.version}";
21
+
hash = "sha256-pl3sO28HANL9F41aaJznxUsH2Y7W/FO82Rik2/ik2Ag=";
22
};
23
24
buildInputs = [