rofimoji: 5.1.0 -> 5.4.0
This commit is contained in:
parent
62595afea7
commit
cfd6268fb7
1 changed files with 3 additions and 2 deletions
|
@ -15,13 +15,14 @@
|
||||||
|
|
||||||
buildPythonApplication rec {
|
buildPythonApplication rec {
|
||||||
pname = "rofimoji";
|
pname = "rofimoji";
|
||||||
version = "5.1.0";
|
version = "5.4.0";
|
||||||
|
format = "pyproject";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "fdw";
|
owner = "fdw";
|
||||||
repo = "rofimoji";
|
repo = "rofimoji";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-bLV0hYDjVH11euvNHUHZFcCVywuceRljkCqyX4aANVs=";
|
sha256 = "sha256-D45XGnKWHUsE0DQThITBcgpghelsfGkSEIdg9jvOJlw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# `rofi` and the `waylandSupport` and `x11Support` dependencies
|
# `rofi` and the `waylandSupport` and `x11Support` dependencies
|
||||||
|
|
Loading…
Reference in a new issue