nix-eval-jobs: 0.0.5 -> 0.0.6

This commit is contained in:
adisbladis 2022-04-27 04:31:05 +12:00
parent 3d695c5eab
commit e374150e4a

View File

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