mirror of
https://codeberg.org/muon/home.git
synced 2026-07-03 23:49:35 +00:00
Add vendor fetch
This commit is contained in:
parent
bf93912b39
commit
2d02ac206f
10 changed files with 360 additions and 46 deletions
|
|
@ -1,7 +1,7 @@
|
|||
["freetube"]
|
||||
src.git = "https://github.com/ddogfoodd/nixpkgs.git"
|
||||
src.branch = "update-freetube"
|
||||
fetch.git = "https://github.com/ddogfoodd/nixpkgs.git"
|
||||
# ["freetube"]
|
||||
# src.git = "https://github.com/ddogfoodd/nixpkgs.git"
|
||||
# src.branch = "update-freetube"
|
||||
# fetch.git = "https://github.com/ddogfoodd/nixpkgs.git"
|
||||
|
||||
["vesktop.micfix"]
|
||||
src.manual = "1.0.2"
|
||||
|
|
@ -157,3 +157,7 @@ src.webpage = "https://thunderstore.io/c/valheim/p/BentoG/MissingPieces/"
|
|||
src.regex = "v(\\d+\\.\\d+\\.\\d+)"
|
||||
fetch.tarball = "https://thunderstore.io/package/download/BentoG/MissingPieces/$ver/"
|
||||
|
||||
["mender-cli"]
|
||||
src.github = "mendersoftware/mender-cli"
|
||||
fetch.github = "mendersoftware/mender-cli"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue