Browse and listen to thousands of radio stations across the globe right from your terminal ๐ŸŒŽ ๐Ÿ“ป ๐ŸŽตโœจ
radio rust tokio web-radio command-line-tool tui

update flake.nix

Changed files
+7 -6
+1
README.md
··· 66 66 Using [Nix](https://nixos.org/nix/): 67 67 68 68 ```bash 69 + cachix use tsirysndr 69 70 nix profile install --experimental-features "nix-command flakes" github:tsirysndr/tunein-cli 70 71 ``` 71 72
+4 -4
flake.lock
··· 114 114 }, 115 115 "nixpkgs": { 116 116 "locked": { 117 - "lastModified": 1688389917, 118 - "narHash": "sha256-RKiK1QeommEsjQ8fLgxt4831x9O6n2gD7wAhVZTrr8M=", 117 + "lastModified": 1725432240, 118 + "narHash": "sha256-+yj+xgsfZaErbfYM3T+QvEE2hU7UuE+Jf0fJCJ8uPS0=", 119 119 "owner": "NixOS", 120 120 "repo": "nixpkgs", 121 - "rev": "aed4b19d312525ae7ca9bceb4e1efe3357d0e2eb", 121 + "rev": "ad416d066ca1222956472ab7d0555a6946746a80", 122 122 "type": "github" 123 123 }, 124 124 "original": { 125 125 "owner": "NixOS", 126 - "ref": "nixos-23.05", 126 + "ref": "nixos-unstable", 127 127 "repo": "nixpkgs", 128 128 "type": "github" 129 129 }
+2 -2
flake.nix
··· 2 2 description = "TuneIn CLI - Browse and listen to thousands of radio stations across the globe right from your terminal ๐ŸŒŽ ๐Ÿ“ป ๐ŸŽตโœจ"; 3 3 4 4 inputs = { 5 - nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.05"; 5 + nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; 6 6 7 7 crane = { 8 8 url = "github:ipetkov/crane"; ··· 54 54 # Add additional build inputs here 55 55 pkgs.openssl 56 56 pkgs.openssl.dev 57 - pkgs.pkgconfig 57 + pkgs.pkg-config 58 58 pkgs.gnumake 59 59 pkgs.perl 60 60 pkgs.protobuf