Merge pull request #292584 from r-ryantm/auto-update/wxmaxima
wxmaxima: 24.02.1 -> 24.02.2
This commit is contained in:
commit
bef4ada0eb
1 changed files with 2 additions and 2 deletions
|
@ -12,13 +12,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation (finalAttrs:{
|
stdenv.mkDerivation (finalAttrs:{
|
||||||
pname = "wxmaxima";
|
pname = "wxmaxima";
|
||||||
version = "24.02.1";
|
version = "24.02.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "wxMaxima-developers";
|
owner = "wxMaxima-developers";
|
||||||
repo = "wxmaxima";
|
repo = "wxmaxima";
|
||||||
rev = "Version-${finalAttrs.version}";
|
rev = "Version-${finalAttrs.version}";
|
||||||
hash = "sha256-ORrIZlLqZsxMpqtw5Z7GMI9dDod50hj94ro6urjBD/A=";
|
hash = "sha256-ewyg+ZhbRbPjJkYTZFuhbOWMDNZGW7ejmSv38zxcTsw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
|
Loading…
Reference in a new issue