fcitx5-lua: remove unnecessary interpolation
This commit is contained in:
parent
e5d652a32d
commit
bdf7a8aa8e
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
|
|||
src = fetchFromGitHub {
|
||||
owner = "fcitx";
|
||||
repo = "fcitx5-lua";
|
||||
rev = "${version}";
|
||||
rev = version;
|
||||
sha256 = "sha256-lFlHn2q/kpq1EIKKhYVdJofXqtOHnpLz7PoWuNAhmhE=";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue