nix-eval-jobs: 0.0.6 -> 2.9.0

This commit is contained in:
adisbladis 2022-06-01 04:10:21 +08:00 committed by Artturin
parent b28b489abc
commit 4bf142e3c1

View file

@ -11,12 +11,12 @@
}:
stdenv.mkDerivation rec {
pname = "nix-eval-jobs";
version = "0.0.6";
version = "2.9.0";
src = fetchFromGitHub {
owner = "nix-community";
repo = pname;
rev = "v${version}";
hash = "sha256-NCUVRiZqg9JgS+hlAczvPDb0M5uIwyyqhdKe5K1P360=";
hash = "sha256-fN9D1rqJ4UFmCykTK8cU0oPWqN3wR8m9/zQ6fwVdBcY=";
};
buildInputs = [
boost