lol

slurm: 24.05.4.1 -> 24.11.0.1 (#361321)

authored by

Markus Kowalewski and committed by
GitHub
b4c7dcc1 629bf81b

+2 -2
+2 -2
pkgs/by-name/sl/slurm/package.nix
··· 14 14 15 15 stdenv.mkDerivation rec { 16 16 pname = "slurm"; 17 - version = "24.05.4.1"; 17 + version = "24.11.0.1"; 18 18 19 19 # N.B. We use github release tags instead of https://www.schedmd.com/downloads.php 20 20 # because the latter does not keep older releases. ··· 23 23 repo = "slurm"; 24 24 # The release tags use - instead of . 25 25 rev = "${pname}-${builtins.replaceStrings ["."] ["-"] version}"; 26 - hash = "sha256-sviXuRJOpuSoOMNjGPRe11qlphk0Y1/YV/Y5M+QkWys="; 26 + hash = "sha256-waUCyzLCK3NRp8DfkvzWjGjzlB1MIZ7N9X+nfjrdAFY="; 27 27 }; 28 28 29 29 outputs = [ "out" "dev" ];