sirius: 7.6.1 -> 7.6.2

This commit is contained in:
R. Ryantm
2025-03-15 01:06:50 +00:00
parent 7d7f86a08e
commit df1ccc6c1d
+2 -2
View File
@@ -46,13 +46,13 @@ assert enablePython -> pythonPackages != null;
stdenv.mkDerivation rec {
pname = "SIRIUS";
version = "7.6.1";
version = "7.6.2";
src = fetchFromGitHub {
owner = "electronic-structure";
repo = "SIRIUS";
rev = "v${version}";
hash = "sha256-JvI75AbthNThXep2jcriLTPC8GGiPgrg5nYCCbCi+EI=";
hash = "sha256-A3WiEzo2ianxdF9HMZN9cT0lFosToGEHh0o6uBSAYqU=";
};
outputs = [