mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-17 09:34:36 +00:00
nix-eval-jobs: 2.17.0 -> 2.17.1
This commit is contained in:
parent
02f1909394
commit
f5f4e32078
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user