sqlit-tui: 1.3.1.1 -> 1.4.0

This commit is contained in:
R. Ryantm
2026-04-24 01:58:26 +00:00
parent 1a78a34963
commit 46478989e3
+2 -2
View File
@@ -7,14 +7,14 @@
python3Packages.buildPythonApplication (finalAttrs: {
pname = "sqlit-tui";
version = "1.3.1.1";
version = "1.4.0";
pyproject = true;
src = fetchFromGitHub {
owner = "Maxteabag";
repo = "sqlit";
tag = "v${finalAttrs.version}";
hash = "sha256-MG5ZhYrEdOVngDkFVU8gWx9Kpfn+UFcxkdimqv7lAVE=";
hash = "sha256-lcZe7EiN/wZllRO7KnXryoeGiUVBhSE4AYaRniZV6Cw=";
};
build-system = with python3Packages; [