Unverified Commit 6f18106e authored by adisbladis's avatar adisbladis Committed by GitHub
Browse files

Merge pull request #261651 from r-ryantm/auto-update/nix-eval-jobs

nix-eval-jobs: 2.17.0 -> 2.17.1
parents b9e9e443 f5f4e320
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,12 +11,12 @@
}:
stdenv.mkDerivation rec {
  pname = "nix-eval-jobs";
  version = "2.17.0";
  version = "2.17.1";
  src = fetchFromGitHub {
    owner = "nix-community";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-5rhsYKYKKOxv9aL2dPcFehdHcO58+ptG4CWaSYR6lfo=";
    hash = "sha256-UIwdw9Lw36GFgm7TFjOBdPHFKhbTSfLLT+4XxB39rh8=";
  };
  buildInputs = [
    boost