unit: 1.34.0 -> 1.34.1

This commit is contained in:
R. Ryantm
2025-01-11 04:27:21 +00:00
parent e9b1bb016b
commit d7cbd42377
+2 -2
View File
@@ -40,14 +40,14 @@ let
inherit (lib) optional optionals optionalString;
in
stdenv.mkDerivation rec {
version = "1.34.0";
version = "1.34.1";
pname = "unit";
src = fetchFromGitHub {
owner = "nginx";
repo = pname;
rev = version;
sha256 = "sha256-M1Fe/jS+u2cXMjIyCbvrBX37LM6Q3xPib9Uywxp7QCI=";
sha256 = "sha256-p3n0j/sZr+aLwfZuXTbb5+J4T48FWdsZBbSH3Yiex9g=";
};
nativeBuildInputs = [ which ];