wxmaxima: 24.02.0 -> 24.02.1

This commit is contained in:
R. Ryantm 2024-02-11 19:53:05 +00:00
parent 6f49991ae3
commit 3ea21a4ea9

View File

@ -12,13 +12,13 @@
stdenv.mkDerivation (finalAttrs:{ stdenv.mkDerivation (finalAttrs:{
pname = "wxmaxima"; pname = "wxmaxima";
version = "24.02.0"; version = "24.02.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "wxMaxima-developers"; owner = "wxMaxima-developers";
repo = "wxmaxima"; repo = "wxmaxima";
rev = "Version-${finalAttrs.version}"; rev = "Version-${finalAttrs.version}";
hash = "sha256-X4nx8zARToogQS4bfkv3CbsS2qU2uL9BBYw0Lw7QC18="; hash = "sha256-ORrIZlLqZsxMpqtw5Z7GMI9dDod50hj94ro6urjBD/A=";
}; };
buildInputs = [ buildInputs = [