nix-eval-jobs: 0.0.1 -> 0.0.2

This commit is contained in:
Robert Hensing 2021-12-20 17:50:44 +01:00
parent 9848c378ed
commit 11f136d714

View File

@ -11,12 +11,12 @@
}:
stdenv.mkDerivation rec {
pname = "nix-eval-jobs";
version = "0.0.1";
version = "0.0.2";
src = fetchFromGitHub {
owner = "nix-community";
repo = pname;
rev = "v${version}";
hash = "sha256-LTMW4356f8pvIyfYdOyZbF9yzU8MH9mryQgB4LrwZMI=";
hash = "sha256-kZw/nPJqWuBMMnDWsWF3oMY93QYVRem1XTbaxdbQ2oM=";
};
buildInputs = [
boost