From 2cacc2b265b57530132b451aaff4becc0ddf4b46 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Fri, 18 Jul 2025 10:39:27 +0200 Subject: [PATCH] Update ovni to 1.12.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed-by: Aleix Boné --- pkgs/ovni/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/ovni/default.nix b/pkgs/ovni/default.nix index a888e71..9521fa6 100644 --- a/pkgs/ovni/default.nix +++ b/pkgs/ovni/default.nix @@ -7,7 +7,7 @@ , useGit ? false , gitBranch ? "master" , gitUrl ? "ssh://git@bscpm04.bsc.es/rarias/ovni.git" -, gitCommit ? "a7103f8510d1ec124c3e01ceb47d1e443e98bbf4" +, gitCommit ? "e4f62382076f0cf0b1d08175cf57cc0bc51abc61" , enableDebug ? false # Only enable MPI if the build is native (fails on cross-compilation) , useMpi ? (stdenv.buildPlatform.canExecute stdenv.hostPlatform) @@ -17,13 +17,13 @@ with lib; let release = rec { - version = "1.11.0"; + version = "1.12.0"; src = fetchFromGitHub { owner = "bsc-pm"; repo = "ovni"; rev = "${version}"; - hash = "sha256-DEZUK1dvbPGH5WYkZ2hpP5PShkMxXkHOqMwgYUHHxeM="; - } // { shortRev = "a7103f8"; }; + hash = "sha256-H04JvsVKrdqr3ON7JhU0g17jjlg/jzQ7eTfx9vUNd3E="; + } // { shortRev = "a73afcf"; }; }; git = rec {