Loading pkgs/by-name/sl/slurm/package.nix +2 −2 Original line number Diff line number Diff line Loading @@ -41,7 +41,7 @@ stdenv.mkDerivation rec { pname = "slurm"; version = "24.11.3.1"; version = "24.11.4.1"; # N.B. We use github release tags instead of https://www.schedmd.com/downloads.php # because the latter does not keep older releases. Loading @@ -50,7 +50,7 @@ stdenv.mkDerivation rec { repo = "slurm"; # The release tags use - instead of . rev = "${pname}-${builtins.replaceStrings [ "." ] [ "-" ] version}"; hash = "sha256-DdGCPNmLCp1SgsYPVr7Gr4yqBrV2Ot3nJsWpcuYty5U="; hash = "sha256-qfTkvORa03LxbLXWfUoTw1bV17w7geA9QA3i+fWSCqE="; }; outputs = [ Loading Loading
pkgs/by-name/sl/slurm/package.nix +2 −2 Original line number Diff line number Diff line Loading @@ -41,7 +41,7 @@ stdenv.mkDerivation rec { pname = "slurm"; version = "24.11.3.1"; version = "24.11.4.1"; # N.B. We use github release tags instead of https://www.schedmd.com/downloads.php # because the latter does not keep older releases. Loading @@ -50,7 +50,7 @@ stdenv.mkDerivation rec { repo = "slurm"; # The release tags use - instead of . rev = "${pname}-${builtins.replaceStrings [ "." ] [ "-" ] version}"; hash = "sha256-DdGCPNmLCp1SgsYPVr7Gr4yqBrV2Ot3nJsWpcuYty5U="; hash = "sha256-qfTkvORa03LxbLXWfUoTw1bV17w7geA9QA3i+fWSCqE="; }; outputs = [ Loading