From 8c4e58aa632034aeeb8bb71b0d35a92613fe6f74 Mon Sep 17 00:00:00 2001 From: Izorkin Date: Thu, 8 Aug 2024 21:04:00 +0300 Subject: [PATCH 1/2] angie: 1.6.0 -> 1.6.1 --- pkgs/servers/http/angie/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/servers/http/angie/default.nix b/pkgs/servers/http/angie/default.nix index c214fe1270ad..bb27b5820e9a 100644 --- a/pkgs/servers/http/angie/default.nix +++ b/pkgs/servers/http/angie/default.nix @@ -8,12 +8,12 @@ }@args: callPackage ../nginx/generic.nix args rec { - version = "1.6.0"; + version = "1.6.1"; pname = if withQuic then "angieQuic" else "angie"; src = fetchurl { url = "https://download.angie.software/files/angie-${version}.tar.gz"; - hash = "sha256-yzEbYOxvt2SPTYD/Dw4SJDg94muKGan+QX51sf6xuU4="; + hash = "sha256-VQreIqK6cIa2ffRx5mUtPbEuTnXrCmm2KLQH5US92Rs="; }; configureFlags = lib.optionals withAcme [ From 61815891192dff31155da377422e35b36d93a9d8 Mon Sep 17 00:00:00 2001 From: Izorkin Date: Thu, 8 Aug 2024 21:07:04 +0300 Subject: [PATCH 2/2] angie-console-light: 1.2.1 -> 1.4.0 --- pkgs/servers/http/angie/console-light.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/servers/http/angie/console-light.nix b/pkgs/servers/http/angie/console-light.nix index 5fe20e614661..15d035d21d82 100644 --- a/pkgs/servers/http/angie/console-light.nix +++ b/pkgs/servers/http/angie/console-light.nix @@ -6,12 +6,12 @@ }: stdenv.mkDerivation rec { - version = "1.2.1"; + version = "1.4.0"; pname = "angie-console-light"; src = fetchurl { url = "https://download.angie.software/files/${pname}/${pname}-${version}.tar.gz"; - hash = "sha256-bwnVwhcPyEXGzvpXj2bC1WUGtNbBlHpqZibApKtESq8="; + hash = "sha256-Oz+FdMrIGNmJKHl/wOVZCP1b0AJODcURvDUKz4gCqYU="; }; outputs = [ "out" "doc" ];