mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-20 19:16:11 +00:00
fcitx5-lua: remove unnecessary interpolation
This commit is contained in:
parent
e5d652a32d
commit
bdf7a8aa8e
@ -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 New Issue
Block a user