nix-unit: 2.34.2 -> 2.35.0

This commit is contained in:
adisbladis
2026-07-17 00:48:47 +12:00
parent ed0f50266c
commit e365f12aca
+3 -3
View File
@@ -17,17 +17,17 @@ let
# We pin the nix version to a known working one here as upgrades can likely break the build.
# Since the nix language is rather stable we don't always need to have the latest and greatest for unit tests
# On each update of nix unit we should re-evaluate what version we need.
nixComponents = nixVersions.nixComponents_2_34;
nixComponents = nixVersions.nixComponents_2_35;
in
stdenv.mkDerivation (finalAttrs: {
pname = "nix-unit";
version = "2.34.2";
version = "2.35.0";
src = fetchFromGitHub {
owner = "nix-community";
repo = "nix-unit";
rev = "v${finalAttrs.version}";
hash = "sha256-eG+ETC+lvHDLhlKgQB6/lGfpqr56Lt3+j1pHOeb4tK4=";
hash = "sha256-eXyZw2ddCKT5xMY8SDnV6lkr61zvSc7CNJeJSAjKqN4=";
};
buildInputs = [