rofi-rbw-wayland: 1.3.0 -> 1.4.0

This commit is contained in:
R. Ryantm 2024-04-28 02:39:38 +00:00
parent 32a79f412e
commit 7c76a2a298

View File

@ -17,14 +17,14 @@
buildPythonApplication rec { buildPythonApplication rec {
pname = "rofi-rbw"; pname = "rofi-rbw";
version = "1.3.0"; version = "1.4.0";
format = "pyproject"; format = "pyproject";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "fdw"; owner = "fdw";
repo = "rofi-rbw"; repo = "rofi-rbw";
rev = "refs/tags/${version}"; rev = "refs/tags/${version}";
hash = "sha256-aTMKwb4BLupY0UmvPC86RnElZ9DFep8sApaMrlGbJ0M="; hash = "sha256-1xbdZlZa3YPz+33AMgvhiMO12vc/ej0RybypQUzEn+8=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [