Loading pkgs/by-name/si/sirius/package.nix +5 −5 Original line number Diff line number Diff line Loading @@ -51,15 +51,15 @@ assert builtins.elem gpuBackend [ ]; assert enablePython -> pythonPackages != null; stdenv.mkDerivation { stdenv.mkDerivation (finalAttrs: { pname = "SIRIUS"; version = "7.8.0-unstable-2025-07-23"; version = "7.9.0"; src = fetchFromGitHub { owner = "electronic-structure"; repo = "SIRIUS"; rev = "258c8c6543af0350ac002a52fbe18221ea275590"; hash = "sha256-HHt3iw3muIGz86NmI9p6yuv7jrXoiz/83qTTueU7Lpk="; tag = "v${finalAttrs.version}"; hash = "sha256-/bhY+LCxOikS1at0ONFAhmvfnWhAVHsRQ4GfXJOZbBA="; }; outputs = [ Loading Loading @@ -182,4 +182,4 @@ stdenv.mkDerivation { platforms = platforms.linux; maintainers = [ maintainers.sheepforce ]; }; } }) pkgs/by-name/um/umpire/package.nix +4 −4 Original line number Diff line number Diff line Loading @@ -43,11 +43,11 @@ stdenv.mkDerivation rec { (lib.cmakeFeature "CMAKE_CUDA_ARCHITECTURES" cudaPackages.flags.cmakeCudaArchitecturesString) ]; meta = with lib; { meta = { description = "Application-focused API for memory management on NUMA & GPU architectures"; homepage = "https://github.com/LLNL/Umpire"; maintainers = with maintainers; [ sheepforce ]; license = with licenses; [ mit ]; platforms = [ "x86_64-linux" ]; maintainers = with lib.maintainers; [ sheepforce ]; license = with lib.licenses; [ mit ]; platforms = lib.platforms.linux; }; } Loading
pkgs/by-name/si/sirius/package.nix +5 −5 Original line number Diff line number Diff line Loading @@ -51,15 +51,15 @@ assert builtins.elem gpuBackend [ ]; assert enablePython -> pythonPackages != null; stdenv.mkDerivation { stdenv.mkDerivation (finalAttrs: { pname = "SIRIUS"; version = "7.8.0-unstable-2025-07-23"; version = "7.9.0"; src = fetchFromGitHub { owner = "electronic-structure"; repo = "SIRIUS"; rev = "258c8c6543af0350ac002a52fbe18221ea275590"; hash = "sha256-HHt3iw3muIGz86NmI9p6yuv7jrXoiz/83qTTueU7Lpk="; tag = "v${finalAttrs.version}"; hash = "sha256-/bhY+LCxOikS1at0ONFAhmvfnWhAVHsRQ4GfXJOZbBA="; }; outputs = [ Loading Loading @@ -182,4 +182,4 @@ stdenv.mkDerivation { platforms = platforms.linux; maintainers = [ maintainers.sheepforce ]; }; } })
pkgs/by-name/um/umpire/package.nix +4 −4 Original line number Diff line number Diff line Loading @@ -43,11 +43,11 @@ stdenv.mkDerivation rec { (lib.cmakeFeature "CMAKE_CUDA_ARCHITECTURES" cudaPackages.flags.cmakeCudaArchitecturesString) ]; meta = with lib; { meta = { description = "Application-focused API for memory management on NUMA & GPU architectures"; homepage = "https://github.com/LLNL/Umpire"; maintainers = with maintainers; [ sheepforce ]; license = with licenses; [ mit ]; platforms = [ "x86_64-linux" ]; maintainers = with lib.maintainers; [ sheepforce ]; license = with lib.licenses; [ mit ]; platforms = lib.platforms.linux; }; }