diff options
| author | Fuwn <[email protected]> | 2024-09-14 05:30:59 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-09-14 05:30:59 -0700 |
| commit | 77d0a0cdf6b45f6b50ef99b3e54af3e5c5207006 (patch) | |
| tree | 8b5fb3c60a6746da5f6d019a2e00abdac1cb44f9 /pkgs | |
| parent | lock: pywal-nix (diff) | |
| download | nixos-config-77d0a0cdf6b45f6b50ef99b3e54af3e5c5207006.tar.xz nixos-config-77d0a0cdf6b45f6b50ef99b3e54af3e5c5207006.zip | |
pkgs: chan-downloader from nixports
Diffstat (limited to 'pkgs')
| -rw-r--r-- | pkgs/chan-downloader.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/chan-downloader.nix b/pkgs/chan-downloader.nix index ad3241f..67d5643 100644 --- a/pkgs/chan-downloader.nix +++ b/pkgs/chan-downloader.nix @@ -15,7 +15,7 @@ buildRustPackage ( { pname = "chan-downloader"; version = "e418e909ab90c8700d51b08e170051804a6919d2"; - githubOwner = "Fuwn"; + githubOwner = "nixports"; githubHash = "sha256-x0pKdaQFPXbdK7BjzZNA9Bq1RL2+ipe8DWav9fbLDp4="; cargoHash = "sha256-G0vcigHj83d9j6qMc23NTzdFMrFsNNSYBhHZYyAJhYo="; description = "CLI to download all images/webms in a 4chan thread"; |