Skip to content

Commit

Permalink
Merge pull request #122969 from markuskowa/upd-slurm
Browse files Browse the repository at this point in the history
slurm: 20.11.6.1 -> 20.11.7.1
  • Loading branch information
markuskowa committed May 14, 2021
2 parents 65a9923 + 7c528e7 commit a5d78e7
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 @@ -9,7 +9,7 @@

stdenv.mkDerivation rec {
pname = "slurm";
version = "20.11.6.1";
version = "20.11.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 @@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
repo = "slurm";
# The release tags use - instead of .
rev = "${pname}-${builtins.replaceStrings ["."] ["-"] version}";
sha256 = "1c2dqqddw5bfb27smq7rqa7v1wymdj155ky50rbyvl36pmhc9djp";
sha256 = "0ril6k4dj96qhx5x7r4nc2ghp7n9700808731v4qn9yvcslqzg9a";
};

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

0 comments on commit a5d78e7

Please sign in to comment.