Merge pull request 'zerotier: fix eval' (#349) from Mic92-docs into main

Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/349
This commit is contained in:
Mic92
2023-09-26 16:24:26 +00:00

View File

@@ -18,8 +18,8 @@ stdenv.mkDerivation {
src = fetchFromGitHub {
owner = "adisbladis";
repo = "nix-unit";
rev = "a9d6f33e50d4dcd9cfc0c92253340437bbae282b";
sha256 = "sha256-PCXQAQt8+i2pkUym9P1JY4JGoeZJLzzxWBhprHDdItM=";
rev = "3ed2378bddad85257fc508a291408f9ed9673d01";
sha256 = "sha256-HvMq0TJGYSx37zHm4j2d+JUZx4/6X7xKEt/0DeCiwjQ=";
};
buildInputs = [
nlohmann_json