Skip to content

Commit

Permalink
Merge pull request NixOS#274341 from NixOS/backport-274301-to-release…
Browse files Browse the repository at this point in the history
…-23.05

[Backport release-23.05] slurm: 23.02.6.1 -> 23.02.7.1
  • Loading branch information
LeSuisse authored Dec 15, 2023
2 parents ec59ab1 + a57fa6c commit 4f256f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/computing/slurm/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

stdenv.mkDerivation rec {
pname = "slurm";
version = "23.02.6.1";
version = "23.02.7.1";

# N.B. We use github release tags instead of https://www.schedmd.com/downloads.php
# because the latter does not keep older releases.
Expand All @@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
repo = "slurm";
# The release tags use - instead of .
rev = "${pname}-${builtins.replaceStrings ["."] ["-"] version}";
sha256 = "sha256-azgGM4qfS0xtUaiGfXtu8MNYdgpZRUfx+zBgAAlmt6g=";
sha256 = "sha256-0u96KnEahx7noA8vQEkC1f+hv4d3NGPmnof9G7bA7Oc=";
};

outputs = [ "out" "dev" ];
Expand Down

0 comments on commit 4f256f8

Please sign in to comment.