Unverified Commit 88e6d067 authored by Markus Kowalewski's avatar Markus Kowalewski Committed by GitHub
Browse files

slurm: 25-11-4-1 -> 25-11-5-1 (#510156)

parents e44a21fb 28f8b923
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -42,7 +42,7 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "slurm";
  version = "25-11-4-1";
  version = "25-11-5-1";

  # N.B. We use github release tags instead of https://www.schedmd.com/downloads.php
  # because the latter does not keep older releases.
@@ -51,7 +51,7 @@ stdenv.mkDerivation (finalAttrs: {
    repo = "slurm";
    # The release tags use - instead of .
    rev = "slurm-${builtins.replaceStrings [ "." ] [ "-" ] finalAttrs.version}";
    hash = "sha256-5axewcMS7+S9R7aQUlQH24M8+AeqO1/qNv+WZMkVDUc=";
    hash = "sha256-YGENCN4Ge8wftpSNSA9zw2xV0Ltd0wJMROY+fwOREE8=";
  };

  outputs = [