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

nix-eval-jobs: 2.9.0 -> 2.11.0
This commit is contained in:
Jörg Thalheim
2022-11-01 07:35:05 +01:00
committed by GitHub
@@ -11,12 +11,12 @@
}:
stdenv.mkDerivation rec {
pname = "nix-eval-jobs";
version = "2.9.0";
version = "2.11.0";
src = fetchFromGitHub {
owner = "nix-community";
repo = pname;
rev = "v${version}";
hash = "sha256-fN9D1rqJ4UFmCykTK8cU0oPWqN3wR8m9/zQ6fwVdBcY=";
hash = "sha256-xgXYe/IJfGhLc1D9q+QdPHsjUlq10oKBbEn9AR37pn8=";
};
buildInputs = [
boost