We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b527655 + df1ccc6 commit 6220ac9Copy full SHA for 6220ac9
pkgs/by-name/si/sirius/package.nix
@@ -46,13 +46,13 @@ assert enablePython -> pythonPackages != null;
46
47
stdenv.mkDerivation rec {
48
pname = "SIRIUS";
49
- version = "7.6.1";
+ version = "7.6.2";
50
51
src = fetchFromGitHub {
52
owner = "electronic-structure";
53
repo = "SIRIUS";
54
rev = "v${version}";
55
- hash = "sha256-JvI75AbthNThXep2jcriLTPC8GGiPgrg5nYCCbCi+EI=";
+ hash = "sha256-A3WiEzo2ianxdF9HMZN9cT0lFosToGEHh0o6uBSAYqU=";
56
};
57
58
outputs = [
0 commit comments