Skip to content

Commit

Permalink
pkgs(games/wine/celeste): fetchzip -> fetchtorrent
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtnvgr committed Nov 5, 2023
1 parent 62e6a00 commit ce2cb29
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions pkgs/games/wine/celeste.nix
Original file line number Diff line number Diff line change
@@ -1,18 +1,10 @@
{ lib, fetchzip, wrapWine, unzip, stdenvNoCC, ... }:
{ lib, fetchtorrent, wrapWine, unzip, stdenvNoCC, ... }:
let
name = "celeste";

# TODO: https://github.com/nix-community/NUR/issues/627
# src = fetchtorrent {
# url = "magnet:?xt=urn:btih:4A9EBBC92B836D331DE38EB3E62FDD4384E35C16&tr=http%3A%2F%2Fbt.t-ru.org%2Fann%3Fmagnet&dn=Celeste%20%5BL%5D%20%5BRUS%20%2B%20ENG%20%2B%207%5D%20(2019)%20(1.4.0.0)%20%5BEGS-Rip%5D";
# hash = "";
# };

src = fetchzip {
url = "https://www.dropbox.com/scl/fi/530nycntxcab1sx21ti02/celeste-1.4.0.0-win.zip?rlkey=mmlag4tmne5vxv58biz4v3sxt&dl=1";
src = fetchtorrent {
url = "magnet:?xt=urn:btih:4A9EBBC92B836D331DE38EB3E62FDD4384E35C16&tr=http%3A%2F%2Fbt.t-ru.org%2Fann%3Fmagnet&dn=Celeste%20%5BL%5D%20%5BRUS%20%2B%20ENG%20%2B%207%5D%20(2019)%20(1.4.0.0)%20%5BEGS-Rip%5D";
hash = "sha256-MMPcilJW8HCFg/X7OJpZzN/F8R8NxZssK9flC2sJGH4=";
extension = "zip";
stripRoot = false;
};

pkg = wrapWine {
Expand Down

0 comments on commit ce2cb29

Please sign in to comment.