testing
This commit is contained in:
parent
6fbd9b2a6c
commit
d366df1711
6 changed files with 162 additions and 59 deletions
|
@ -1,9 +1,9 @@
|
|||
{ pkgs }:
|
||||
{ pkgs ? import <nixpkgs> }:
|
||||
|
||||
let
|
||||
version = "1.11.11";
|
||||
in pkgs.fetchzip {
|
||||
url = "https://github.com/pterodactyl/panel/releases/download/v${ version }/panel.tar.gz";
|
||||
url = https://github.com/pterodactyl/panel/releases/download/v${version}/panel.tar.gz;
|
||||
hash = "sha256-0nOHtReVUVXYQY/glS4x0gkbhetoXSWg4rRwOJlkcM8=";
|
||||
stripRoot = false;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue