Commit 3c049508 authored by Tobias Poschwatta's avatar Tobias Poschwatta
Browse files

slurm: 22.05.2 -> 22.05.3

parent 2e37bea4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@

stdenv.mkDerivation rec {
  pname = "slurm";
  version = "22.05.2.1";
  version = "22.05.3.1";

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

  outputs = [ "out" "dev" ];