Loading pkgs/applications/science/math/singular/default.nix +3 −4 Original line number Diff line number Diff line Loading @@ -24,7 +24,7 @@ stdenv.mkDerivation rec { pname = "singular"; version = "4.3.1p2"; version = "4.3.2p1"; # since the tarball does not contain tests, we fetch from GitHub. src = fetchFromGitHub { Loading @@ -33,9 +33,8 @@ stdenv.mkDerivation rec { # if a release is tagged (which sometimes does not happen), it will # be in the format below. # rev = "Release-${lib.replaceStrings ["."] ["-"] version}"; rev = "370a87f29e7b2a3fefe287184bd4f75b793cb03c"; sha256 = "sha256-T2tJ5yHTLzrXdozQB/XGZn4lNhpwVd9L30ZOzKAHxWs="; rev = "Release-${lib.replaceStrings ["."] ["-"] version}"; sha256 = "sha256-fprlqJ/3vhnUBnopOhWi4TWMKjcJ4qDQGq8vaaGzy2E="; # the repository's .gitattributes file contains the lines "/Tst/ # export-ignore" and "/doc/ export-ignore" so some directories are Loading Loading
pkgs/applications/science/math/singular/default.nix +3 −4 Original line number Diff line number Diff line Loading @@ -24,7 +24,7 @@ stdenv.mkDerivation rec { pname = "singular"; version = "4.3.1p2"; version = "4.3.2p1"; # since the tarball does not contain tests, we fetch from GitHub. src = fetchFromGitHub { Loading @@ -33,9 +33,8 @@ stdenv.mkDerivation rec { # if a release is tagged (which sometimes does not happen), it will # be in the format below. # rev = "Release-${lib.replaceStrings ["."] ["-"] version}"; rev = "370a87f29e7b2a3fefe287184bd4f75b793cb03c"; sha256 = "sha256-T2tJ5yHTLzrXdozQB/XGZn4lNhpwVd9L30ZOzKAHxWs="; rev = "Release-${lib.replaceStrings ["."] ["-"] version}"; sha256 = "sha256-fprlqJ/3vhnUBnopOhWi4TWMKjcJ4qDQGq8vaaGzy2E="; # the repository's .gitattributes file contains the lines "/Tst/ # export-ignore" and "/doc/ export-ignore" so some directories are Loading