netease-music-tui: Avoid string conversion

This commit is contained in:
Sandro Jäckel 2020-12-30 21:36:40 +01:00
parent 3c08a64b7d
commit 2d9c1ba1a4
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -7,7 +7,7 @@ rustPlatform.buildRustPackage rec {
src = fetchFromGitHub {
owner = "betta-cyber";
repo = "netease-music-tui";
rev = "${version}";
rev = version;
sha256 = "0m5b3q493d32kxznm4apn56216l07b1c49km236i03mpfvdw7m1f";
};