Compare commits
1 Commits
204-ssl-su
...
215-files-
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b0dac0adda |
@@ -1,9 +1,9 @@
|
|||||||
{ yt-dlp-web-ui-frontend, buildGoModule, lib, makeWrapper, yt-dlp, ... }:
|
{ yt-dlp-web-ui-frontend, buildGo123Module, lib, makeWrapper, yt-dlp, ... }:
|
||||||
let
|
let
|
||||||
fs = lib.fileset;
|
fs = lib.fileset;
|
||||||
common = import ./common.nix { inherit lib; };
|
common = import ./common.nix { inherit lib; };
|
||||||
in
|
in
|
||||||
buildGoModule {
|
buildGo123Module {
|
||||||
pname = "yt-dlp-web-ui";
|
pname = "yt-dlp-web-ui";
|
||||||
inherit (common) version;
|
inherit (common) version;
|
||||||
src = fs.toSource rec {
|
src = fs.toSource rec {
|
||||||
@@ -26,7 +26,7 @@ buildGoModule {
|
|||||||
# repo commons
|
# repo commons
|
||||||
../.github
|
../.github
|
||||||
../README.md
|
../README.md
|
||||||
../LICENSE.md
|
../LICENSE
|
||||||
../.gitignore
|
../.gitignore
|
||||||
../.vscode
|
../.vscode
|
||||||
]);
|
]);
|
||||||
@@ -44,7 +44,7 @@ buildGoModule {
|
|||||||
--prefix PATH : ${lib.makeBinPath [ yt-dlp ]}
|
--prefix PATH : ${lib.makeBinPath [ yt-dlp ]}
|
||||||
'';
|
'';
|
||||||
|
|
||||||
vendorHash = "sha256-guM/U9DROJMx2ctPKBQis1YRhaf6fKvvwEWgswQKMG0=";
|
vendorHash = "sha256-c7IdCmYJEn5qJn3K8wt0qz3t0Nq9rbgWp1eONlCJOwM=";
|
||||||
|
|
||||||
meta = common.meta // {
|
meta = common.meta // {
|
||||||
mainProgram = "yt-dlp-web-ui";
|
mainProgram = "yt-dlp-web-ui";
|
||||||
|
|||||||
Reference in New Issue
Block a user