wofi-emoji: 2022-08-19 -> 2023-06-19 (#253449)
* wofi-emoji: 2022-08-19 -> 2023-06-19 officially maintained fork * Update pkgs/applications/misc/wofi-emoji/default.nix Co-authored-by: Weijia Wang <9713184+wegank@users.noreply.github.com> * Update pkgs/applications/misc/wofi-emoji/default.nix Co-authored-by: Weijia Wang <9713184+wegank@users.noreply.github.com> --------- Co-authored-by: Weijia Wang <9713184+wegank@users.noreply.github.com>
This commit is contained in:
parent
94cfa520f9
commit
50e9b1cca9
1 changed files with 6 additions and 7 deletions
|
@ -1,19 +1,18 @@
|
|||
{ stdenv, lib, fetchurl, fetchFromGitHub, jq, wofi, wtype, wl-clipboard }:
|
||||
|
||||
let emojiJSON = fetchurl {
|
||||
url = "https://raw.githubusercontent.com/muan/emojilib/v3.0.6/dist/emoji-en-US.json";
|
||||
sha256 = "sha256-wf7zsIEbX/diLwmVvnN2Goxh2V5D3Z6nbEMSb5pSGt0=";
|
||||
};
|
||||
url = "https://raw.githubusercontent.com/muan/emojilib/v3.0.10/dist/emoji-en-US.json";
|
||||
hash = "sha256-UhAB5hVp5vV2d1FjIb2TBd2FJ6OPBbiP31HGAEDQFnA=";};
|
||||
in
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "wofi-emoji";
|
||||
version = "unstable-2022-08-19";
|
||||
version = "unstable-2023-06-19";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "dln";
|
||||
owner = "Zeioth";
|
||||
repo = pname;
|
||||
rev = "c5ecb4f0f164aedb046f52b5eacac889609c8522";
|
||||
sha256 = "1wq276bhf9x24ds13b2dwa69cjnr207p6977hr4bsnczryg609rh";
|
||||
rev = "796d688b71ac9fa1e5b2c1b9a3fa11dba801b02b";
|
||||
hash = "sha256-HBsqekNuKqxaKaSeLboukLm4Lkg9JakPO7uN3Z8QBC8=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ jq ];
|
||||
|
|
Loading…
Reference in a new issue