retool: 2.02.2-unstable-2024-03-17 -> 2.3.6

This commit is contained in:
Thiago Kenji Okada 2024-04-27 11:20:34 +01:00
parent c124f4e86a
commit ca140c88f1
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
];