fcitx5-lua: remove unnecessary interpolation

This commit is contained in:
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

View file

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