Skip to content

Commit 6220ac9

Browse files
sirius: 7.6.1 -> 7.6.2 (#389989)
Co-authored-by: sheepforce <[email protected]>
2 parents b527655 + df1ccc6 commit 6220ac9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/si/sirius/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,13 @@ assert enablePython -> pythonPackages != null;
4646

4747
stdenv.mkDerivation rec {
4848
pname = "SIRIUS";
49-
version = "7.6.1";
49+
version = "7.6.2";
5050

5151
src = fetchFromGitHub {
5252
owner = "electronic-structure";
5353
repo = "SIRIUS";
5454
rev = "v${version}";
55-
hash = "sha256-JvI75AbthNThXep2jcriLTPC8GGiPgrg5nYCCbCi+EI=";
55+
hash = "sha256-A3WiEzo2ianxdF9HMZN9cT0lFosToGEHh0o6uBSAYqU=";
5656
};
5757

5858
outputs = [

0 commit comments

Comments
 (0)