nix-unit: bump version

This commit is contained in:
Jörg Thalheim
2023-09-26 18:23:08 +02:00
committed by Mic92
parent 05f594a3b4
commit f6113f2e20

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