retool: 2.4.8 -> 2.4.9 (#500338)

This commit is contained in:
Thiago Kenji Okada
2026-03-16 08:43:10 +00:00
committed by GitHub
+2 -2
View File
@@ -8,14 +8,14 @@
python3.pkgs.buildPythonApplication (finalAttrs: {
pname = "retool";
version = "2.4.8";
version = "2.4.9";
pyproject = true;
src = fetchFromGitHub {
owner = "unexpectedpanda";
repo = "retool";
tag = "v${finalAttrs.version}";
hash = "sha256-SSSHYwQtDtCONvM5Ze3G5JJ4TW5aCziS3EbxhliXx+g=";
hash = "sha256-FVBqmhU7nZpoFJSZBCtkmkcSLCAysNgwzOYyOwfOuGA=";
};
pythonRelaxDeps = true;