3
0
Fork 0
forked from mirrors/nixpkgs

oterm: 0.1.17 -> 0.1.18

This commit is contained in:
Сухарик 2024-01-10 20:02:12 +03:00
parent d5304c2bd0
commit e14609562a

View file

@ -5,13 +5,13 @@
python3Packages.buildPythonApplication rec {
pname = "oterm";
version = "0.1.17";
version = "0.1.18";
pyproject = true;
src = fetchFromGitHub {
owner = "ggozad";
repo = "oterm";
rev = "refs/tags/${version}";
hash = "sha256-huDxrhFtG2QoytJQHIikOP+LgYiKbj0XxbgS9bz6SHw=";
hash = "sha256-hog0oEiZMxM3lM3xFZ+c15OTOwGXZ97FmG4PpyA94Ys=";
};
propagatedBuildInputs = with python3Packages; [
textual