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

nix-eval-jobs: 2.22.1 -> 2.23.0
This commit is contained in:
Jörg Thalheim 2024-07-15 15:40:13 +02:00 committed by GitHub
commit 507d59f7cd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,12 +12,12 @@
}:
stdenv.mkDerivation rec {
pname = "nix-eval-jobs";
version = "2.22.1";
version = "2.23.0";
src = fetchFromGitHub {
owner = "nix-community";
repo = pname;
rev = "v${version}";
hash = "sha256-zvi2YfvlOLtui2JFhPs2qybpnJR3/2luMfp8t/eMh54=";
hash = "sha256-7XG3nH5eHdrPhbtVFWrUjJPyqt8VNkX86HzLm9MvcVo=";
};
buildInputs = [
boost