From f83e3d91a4cdddd7ea3f3426caaf792911445d3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Sun, 10 Jul 2022 02:21:06 +0200 Subject: [PATCH] emote: 3.0.3 -> 3.1.0 --- pkgs/tools/inputmethods/emote/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/tools/inputmethods/emote/default.nix b/pkgs/tools/inputmethods/emote/default.nix index b2c0fe6cc61c..b51c058bd058 100644 --- a/pkgs/tools/inputmethods/emote/default.nix +++ b/pkgs/tools/inputmethods/emote/default.nix @@ -2,13 +2,13 @@ python3Packages.buildPythonApplication rec { pname = "emote"; - version = "3.0.3"; + version = "3.1.0"; src = fetchFromGitHub { owner = "tom-james-watson"; repo = "Emote"; rev = "v${version}"; - sha256 = "mqCSl+EGbnL9AfzZT3aa/Y5Rsx433ZmI31BmK3wkaJk="; + sha256 = "sha256-brGU5LzE9A1F5AVNIuyd8vFKEh58ijRB5qVEID/KJfY="; }; postPatch = ''