Merge pull request #307177 from thiagokokada/bump-retool
retool: 2.02.2-unstable-2024-03-17 -> 2.3.6
This commit is contained in:
commit
7c16480621
@ -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
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user