summaryrefslogtreecommitdiffstats
path: root/pkgs
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-03-31 05:08:40 +0000
committerJon <jonringer@users.noreply.github.com>2020-03-30 22:27:11 -0700
commit560e80348c23cd129dad777fc71c6c65b9ccf923 (patch)
treef2caea4bbfc7ae08b0fcca74f455c0488315336e /pkgs
parentb64ce81b87df990f7aff84586c1728530a96ecb6 (diff)
sqlite-web: 0.3.5 -> 0.3.6
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/tools/database/sqlite-web/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/tools/database/sqlite-web/default.nix b/pkgs/development/tools/database/sqlite-web/default.nix
index a1b8ece12362..9a9314fde9b1 100644
--- a/pkgs/development/tools/database/sqlite-web/default.nix
+++ b/pkgs/development/tools/database/sqlite-web/default.nix
@@ -4,11 +4,11 @@
python3Packages.buildPythonApplication rec {
pname = "sqlite-web";
- version = "0.3.5";
+ version = "0.3.6";
src = python3Packages.fetchPypi {
inherit pname version;
- sha256 = "9e0c8938434b0129423544162d4ca6975abf7042c131445f79661a4b9c885d47";
+ sha256 = "17pymadm063358nji70xzma64zkfv26c3pai5i1whsfp9ahqzasg";
};
propagatedBuildInputs = with python3Packages; [ flask peewee pygments ];
@@ -18,7 +18,7 @@ python3Packages.buildPythonApplication rec {
meta = with lib; {
description = "Web-based SQLite database browser";
- homepage = https://github.com/coleifer/sqlite-web;
+ homepage = "https://github.com/coleifer/sqlite-web";
license = licenses.mit;
maintainers = [ maintainers.costrouc ];
};