fcitx5-lua: remove unnecessary interpolation

master
Poscat 2021-01-22 11:58:27 +08:00
parent e5d652a32d
commit bdf7a8aa8e
No known key found for this signature in database
GPG Key ID: 2D2595A00D08ACE0
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub {
owner = "fcitx";
repo = "fcitx5-lua";
rev = "${version}";
rev = version;
sha256 = "sha256-lFlHn2q/kpq1EIKKhYVdJofXqtOHnpLz7PoWuNAhmhE=";
};