rofi-emoji: 3.2.0 -> 3.3.0

This commit is contained in:
Magnus Bergmark 2024-02-27 19:59:11 +01:00 committed by Cole Helbling
parent 9fb5dfd46e
commit 822b9afadc

View File

@ -17,13 +17,13 @@
stdenv.mkDerivation rec {
pname = "rofi-emoji";
version = "3.2.0";
version = "3.3.0";
src = fetchFromGitHub {
owner = "Mange";
repo = pname;
rev = "v${version}";
sha256 = "sha256-P7AHLwqicKYj5I0Rl9B5mdD/v9iW9aihkNo7enonRF4=";
sha256 = "sha256-Y+E5TViKFVtqXMLVEcq1VMLPzG04vfZyThUM7a/fFGM=";
};
patches = [