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

rofimoji: 6.3.1 -> 6.3.2
This commit is contained in:
Nick Cao
2024-06-18 16:58:55 -04:00
committed by GitHub
+2 -2
View File
@@ -15,14 +15,14 @@
python3Packages.buildPythonApplication rec {
pname = "rofimoji";
version = "6.3.1";
version = "6.3.2";
pyproject = true;
src = fetchFromGitHub {
owner = "fdw";
repo = "rofimoji";
rev = "refs/tags/${version}";
hash = "sha256-gYLUUbT6OHMo2nzJ//Pa0vZ9WPcHs6YnAjTKNO07VNk=";
hash = "sha256-LJJWHn3UnrCJaowHHuYksD2MHqClLc2MmYYXQfUxTgQ=";
};
nativeBuildInputs = [