nginx-config-formatter: 1.2.3 -> 1.3.0 (#409871)

This commit is contained in:
Nick Cao
2025-05-23 16:41:39 -04:00
committed by GitHub
@@ -6,14 +6,14 @@
}:
stdenv.mkDerivation rec {
version = "1.2.3";
version = "1.3.0";
pname = "nginx-config-formatter";
src = fetchFromGitHub {
owner = "slomkowski";
repo = "nginx-config-formatter";
rev = "v${version}";
sha256 = "sha256-nYaBdVsq7aLE9P1bQlJlQkrk/cq7C1hxM5XtCGyEzC0=";
sha256 = "sha256-0jXm82a4bYpbOJnz+y7+dSg1LZy1Mu28IgBxd24Y5ck=";
};
buildInputs = [ python3 ];