nginx-config-formatter: 1.2.2 -> 1.2.3 (#370440)

This commit is contained in:
Nick Cao
2025-01-04 10:02:48 -05:00
committed by GitHub
@@ -6,14 +6,14 @@
}:
stdenv.mkDerivation rec {
version = "1.2.2";
version = "1.2.3";
pname = "nginx-config-formatter";
src = fetchFromGitHub {
owner = "slomkowski";
repo = "nginx-config-formatter";
rev = "v${version}";
sha256 = "sha256-EUoOfkoVsNpIAwDaQ4NH8MkRIJZI8qeuuHUDE6LuLiI=";
sha256 = "sha256-nYaBdVsq7aLE9P1bQlJlQkrk/cq7C1hxM5XtCGyEzC0=";
};
buildInputs = [ python3 ];