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";