1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 11:40:45 +00:00

nix-eval-jobs: 2.19.3 -> 2.19.4

Diff: https://github.com/nix-community/nix-eval-jobs/compare/v2.19.3...v2.19.4
This commit is contained in:
Jörg Thalheim 2023-12-18 09:50:31 +01:00
parent 998b97dcce
commit fcd0ecfa5d

View file

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