From bdf7a8aa8e8df20bb88e51e5454f5f01d0098f8a Mon Sep 17 00:00:00 2001 From: Poscat Date: Fri, 22 Jan 2021 11:58:27 +0800 Subject: [PATCH] fcitx5-lua: remove unnecessary interpolation --- pkgs/tools/inputmethods/fcitx5/fcitx5-lua.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/inputmethods/fcitx5/fcitx5-lua.nix b/pkgs/tools/inputmethods/fcitx5/fcitx5-lua.nix index 5bf1cc76632d..6184ea36549b 100644 --- a/pkgs/tools/inputmethods/fcitx5/fcitx5-lua.nix +++ b/pkgs/tools/inputmethods/fcitx5/fcitx5-lua.nix @@ -15,7 +15,7 @@ stdenv.mkDerivation rec { src = fetchFromGitHub { owner = "fcitx"; repo = "fcitx5-lua"; - rev = "${version}"; + rev = version; sha256 = "sha256-lFlHn2q/kpq1EIKKhYVdJofXqtOHnpLz7PoWuNAhmhE="; };