Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 518e907d8e29
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 39e9fc5ef481
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Apr 22, 2019

  1. Copy the full SHA
    dcde76d View commit details

Commits on Apr 29, 2019

  1. Merge pull request #60018 from markuskowa/upd-slurm

    slurm: 18.08.6.2 -> 18.08.7.1
    markuskowa authored Apr 29, 2019
    Copy the full SHA
    39e9fc5 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/servers/computing/slurm/default.nix
4 changes: 2 additions & 2 deletions pkgs/servers/computing/slurm/default.nix
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@

stdenv.mkDerivation rec {
name = "slurm-${version}";
version = "18.08.6.2";
version = "18.08.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.
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
repo = "slurm";
# The release tags use - instead of .
rev = "${builtins.replaceStrings ["."] ["-"] name}";
sha256 = "0py1795jrgip00k46gr9f9y49gpv5478kc3v68d90nl158fngixc";
sha256 = "13asdirygkp0mmi2da0094c9h180nl7nb7nkj4j9d842xzw21454";
};

outputs = [ "out" "dev" ];