nix-eval-jobs: 2.17.0 -> 2.17.1

This commit is contained in:
R. Ryantm 2023-10-17 14:26:14 +00:00
parent 02f1909394
commit f5f4e32078

View File

@ -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