Commit ca140c88 authored by Thiago Kenji Okada's avatar Thiago Kenji Okada
Browse files

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

parent c124f4e8
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
@@ -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
  ];