nix-eval-jobs: 2.19.2 -> 2.19.3

Diff: https://github.com/nix-community/nix-eval-jobs/compare/v2.19.2...v2.19.3
This commit is contained in:
Jörg Thalheim 2023-12-17 12:30:51 +01:00
parent 1490314869
commit 998b97dcce

View File

@ -11,12 +11,12 @@
}:
stdenv.mkDerivation rec {
pname = "nix-eval-jobs";
version = "2.19.2";
version = "2.19.3";
src = fetchFromGitHub {
owner = "nix-community";
repo = pname;
rev = "v${version}";
hash = "sha256-GgKFjEkGXUrvSGv6gLxNc0Z7ADKEILi+jiNtVM5rXqg=";
hash = "sha256-9QfLQqm0DO8aPHuIn/H80FRhAEhPzXC0r9XcToFsELs=";
};
buildInputs = [
boost