lol

Merge pull request #180906 from SuperSandro2000/emote

emote: 3.0.3 -> 3.1.0

authored by

Sandro and committed by
GitHub
3567e122 5ba5aef4

+2 -2
+2 -2
pkgs/tools/inputmethods/emote/default.nix
··· 2 2 3 3 python3Packages.buildPythonApplication rec { 4 4 pname = "emote"; 5 - version = "3.0.3"; 5 + version = "3.1.0"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "tom-james-watson"; 9 9 repo = "Emote"; 10 10 rev = "v${version}"; 11 - sha256 = "mqCSl+EGbnL9AfzZT3aa/Y5Rsx433ZmI31BmK3wkaJk="; 11 + sha256 = "sha256-brGU5LzE9A1F5AVNIuyd8vFKEh58ijRB5qVEID/KJfY="; 12 12 }; 13 13 14 14 postPatch = ''