about summary refs log tree commit diff
path: root/pkgs/applications/science/math
diff options
context:
space:
mode:
authorOPNA2608 <opna2608@protonmail.com>2024-02-07 17:27:47 +0100
committerOPNA2608 <opna2608@protonmail.com>2024-04-30 06:05:47 +0200
commitbd6498daab46d889978068b89225d02a85806d10 (patch)
tree45818902dbd033ee07a3078e5c17affb2ba04519 /pkgs/applications/science/math
parentdab51d0727e710b570a8f45c7d535b84e68e181b (diff)
downloadnixlib-bd6498daab46d889978068b89225d02a85806d10.tar
nixlib-bd6498daab46d889978068b89225d02a85806d10.tar.gz
nixlib-bd6498daab46d889978068b89225d02a85806d10.tar.bz2
nixlib-bd6498daab46d889978068b89225d02a85806d10.tar.lz
nixlib-bd6498daab46d889978068b89225d02a85806d10.tar.xz
nixlib-bd6498daab46d889978068b89225d02a85806d10.tar.zst
nixlib-bd6498daab46d889978068b89225d02a85806d10.zip
eigenmath: unstable-2024-04-26 -> 0-unstable-2024-04-26
Diffstat (limited to 'pkgs/applications/science/math')
-rw-r--r--pkgs/applications/science/math/eigenmath/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/science/math/eigenmath/default.nix b/pkgs/applications/science/math/eigenmath/default.nix
index 029138a852fa..feddf92821c6 100644
--- a/pkgs/applications/science/math/eigenmath/default.nix
+++ b/pkgs/applications/science/math/eigenmath/default.nix
@@ -7,7 +7,7 @@
 
 stdenv.mkDerivation rec {
   pname = "eigenmath";
-  version = "unstable-2024-04-26";
+  version = "0-unstable-2024-04-26";
 
   src = fetchFromGitHub {
     owner = "georgeweigt";