angie: 1.4.0 -> 1.4.1

This commit is contained in:
Izorkin 2024-02-15 15:28:48 +03:00
parent 7239933a07
commit 4715c04069
No known key found for this signature in database
GPG Key ID: 1436C1B3F3679F09

View File

@ -9,12 +9,12 @@
}@args:
callPackage ../nginx/generic.nix args rec {
version = "1.4.0";
version = "1.4.1";
pname = if withQuic then "angieQuic" else "angie";
src = fetchurl {
url = "https://download.angie.software/files/angie-${version}.tar.gz";
hash = "sha256-gaQsPwoxtt6oVSDX1JCWvyUwDQaNprya79CCwu4z8b4=";
hash = "sha256-g6PyuyulnltnZJWiZ01iYG1k6Lz5nO+gneb8M4q3WHo=";
};
configureFlags = lib.optional withQuic [