rofi-rbw: 1.4.2 -> 1.5.1 (#417355)

This commit is contained in:
Guillaume Girol
2025-07-12 17:10:49 +02:00
committed by GitHub
+4 -6
View File
@@ -3,8 +3,7 @@
buildPythonApplication,
fetchFromGitHub,
configargparse,
setuptools,
poetry-core,
hatchling,
rbw,
waylandSupport ? false,
@@ -18,19 +17,18 @@
buildPythonApplication rec {
pname = "rofi-rbw";
version = "1.4.2";
version = "1.5.1";
format = "pyproject";
src = fetchFromGitHub {
owner = "fdw";
repo = "rofi-rbw";
tag = version;
hash = "sha256-wUb89GkNB2lEfb42hMvcxpbjc1O+wx8AkFjq7aJwAko=";
hash = "sha256-Qdbz3UjWMCuJUzR6UMt/apt+OjMAr2U7uMtv9wxEZKE=";
};
nativeBuildInputs = [
setuptools
poetry-core
hatchling
];
buildInputs =