Merge pull request #307177 from thiagokokada/bump-retool

retool: 2.02.2-unstable-2024-03-17 -> 2.3.6
This commit is contained in:
Nick Cao 2024-04-27 10:33:12 -04:00 committed by GitHub
commit 7c16480621
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 4 deletions

View File

@ -5,9 +5,9 @@
, qt6
}:
python3.pkgs.buildPythonApplication {
python3.pkgs.buildPythonApplication rec {
pname = "retool";
version = "2.02.2-unstable-2024-03-17";
version = "2.3.6";
pyproject = true;
disabled = python3.pkgs.pythonOlder "3.10";
@ -15,12 +15,13 @@ python3.pkgs.buildPythonApplication {
src = fetchFromGitHub {
owner = "unexpectedpanda";
repo = "retool";
rev = "30d547c7d04b8cbf7710b2037388bf18a00a0c22";
hash = "sha256-5Tmi3eVJh9STP9A0dDNPDs4SlIWHw8sk+g1GgpnmqeE=";
rev = "v${version}";
hash = "sha256-6RE2sbL8e9D+czFebLagRiw2wmU78TbajIs9VdFgF0Q=";
};
nativeBuildInputs = with python3.pkgs; [
hatchling
pythonRelaxDepsHook
qt6.wrapQtAppsHook
];