Unverified Commit f9a86d8f authored by figsoda's avatar figsoda Committed by GitHub
Browse files

Merge pull request #208505 from r-ryantm/auto-update/rofimoji

rofimoji: 6.0.0 -> 6.1.0
parents ae18c49b 9aaf7f19
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,14 +17,14 @@

buildPythonApplication rec {
  pname = "rofimoji";
  version = "6.0.0";
  version = "6.1.0";
  format = "pyproject";

  src = fetchFromGitHub {
    owner = "fdw";
    repo = "rofimoji";
    rev = "refs/tags/${version}";
    sha256 = "sha256-8gaoPn43uurZBCex5AQXHShgw46Fx3YM4BIVDjTN8OY=";
    sha256 = "sha256-eyzdTMLW9nk0x74T/AhvoVSrxXugc1HgNJy8EB5BApE=";
  };

  nativeBuildInputs = [