Merge pull request #170445 from adisbladis/nix-eval-jobs-0_0_6

nix-eval-jobs: 0.0.5 -> 0.0.6
This commit is contained in:
adisbladis 2022-04-27 01:43:41 +07:00 committed by GitHub
commit a5983f7bff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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