nix-eval-jobs: 0.0.3 -> 0.0.4

This commit is contained in:
Jörg Thalheim 2022-03-13 18:26:09 +01:00
parent d0e0d14a19
commit cdf8fde657

View file

@ -11,12 +11,12 @@
}:
stdenv.mkDerivation rec {
pname = "nix-eval-jobs";
version = "0.0.3";
version = "0.0.4";
src = fetchFromGitHub {
owner = "nix-community";
repo = pname;
rev = "v${version}";
hash = "sha256:0flnqn1vkr55sipii82vwjfkhv4p835d01f6yhlpbalxwy2kr14r";
hash = "sha256-SCwvFlBYUlxCucjMO4GHhEQWZFZt0lRKJncm6hvDx9I=";
};
buildInputs = [
boost