unit: 1.34.2 -> 1.35.0 (#442229)

This commit is contained in:
Wolfgang Walther
2025-09-23 18:02:48 +00:00
committed by GitHub
+2 -2
View File
@@ -40,14 +40,14 @@ let
inherit (lib) optional optionals optionalString;
in
stdenv.mkDerivation rec {
version = "1.34.2";
version = "1.35.0";
pname = "unit";
src = fetchFromGitHub {
owner = "nginx";
repo = "unit";
rev = version;
sha256 = "sha256-tu1JqGWtfTznTDmZqEEVF3FmiDEXvaAdgQPsvLHCWy8=";
sha256 = "sha256-0cMtU7wmy8GFKqxS8fXPIrMljYXBHzoxrUJCOJSzLMA=";
};
nativeBuildInputs = [ which ];