Unverified Commit a0d6122e authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

rofi-rbw: 1.4.0 -> 1.4.2
parents c12b90be 272de088
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,14 +17,14 @@

buildPythonApplication rec {
  pname = "rofi-rbw";
  version = "1.4.0";
  version = "1.4.2";
  format = "pyproject";

  src = fetchFromGitHub {
    owner = "fdw";
    repo = "rofi-rbw";
    rev = "refs/tags/${version}";
    hash = "sha256-1xbdZlZa3YPz+33AMgvhiMO12vc/ej0RybypQUzEn+8=";
    hash = "sha256-wUb89GkNB2lEfb42hMvcxpbjc1O+wx8AkFjq7aJwAko=";
  };

  nativeBuildInputs = [