mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
netease-music-tui: Avoid string conversion
This commit is contained in:
parent
3c08a64b7d
commit
2d9c1ba1a4
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ rustPlatform.buildRustPackage rec {
|
|||
src = fetchFromGitHub {
|
||||
owner = "betta-cyber";
|
||||
repo = "netease-music-tui";
|
||||
rev = "${version}";
|
||||
rev = version;
|
||||
sha256 = "0m5b3q493d32kxznm4apn56216l07b1c49km236i03mpfvdw7m1f";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue