1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 03:30:45 +00:00

Merge pull request #336352 from r-ryantm/auto-update/sirius

sirius: 7.5.2 -> 7.6.0
This commit is contained in:
nixpkgs-merge-bot[bot] 2024-08-26 09:08:02 +00:00 committed by GitHub
commit b595866371
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -38,13 +38,13 @@ assert builtins.elem gpuBackend [ "none" "cuda" "rocm" ];
stdenv.mkDerivation rec {
pname = "SIRIUS";
version = "7.5.2";
version = "7.6.0";
src = fetchFromGitHub {
owner = "electronic-structure";
repo = pname;
rev = "v${version}";
hash = "sha256-DYie6ufgZNqg7ohlIed3Bo+sqLKHOxWXTwAkea2guLk=";
hash = "sha256-AdjqyHZRMl9zxwuTBzNXJkPi8EIhG/u98XJMEjHi/6k=";
};