Merge pull request #307374 from r-ryantm/auto-update/rofi-rbw-wayland

rofi-rbw-wayland: 1.3.0 -> 1.4.0
This commit is contained in:
OTABI Tomoya 2024-04-28 18:59:51 +09:00 committed by GitHub
commit ee3a3e4076
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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