mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
nginx-config-formatter: 1.2.3 -> 1.3.0
This commit is contained in:
parent
34fc0d11eb
commit
a4ac9787df
1 changed files with 2 additions and 2 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue