sqlit-tui: 1.3.1.1 -> 1.4.0 (#512964)

This commit is contained in:
Peder Bergebakken Sundt
2026-05-08 00:49:02 +00:00
committed by GitHub
+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; [