Unverified Commit 7e151ba9 authored by Thiago Kenji Okada's avatar Thiago Kenji Okada Committed by GitHub
Browse files

Merge pull request #308039 from r-ryantm/auto-update/retool

retool: 2.3.6 -> 2.3.7
parents c0e20af6 928a51fe
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@

python3.pkgs.buildPythonApplication rec {
  pname = "retool";
  version = "2.3.6";
  version = "2.3.7";

  pyproject = true;
  disabled = python3.pkgs.pythonOlder "3.10";
@@ -15,8 +15,8 @@ python3.pkgs.buildPythonApplication rec {
  src = fetchFromGitHub {
    owner = "unexpectedpanda";
    repo = "retool";
    rev = "v${version}";
    hash = "sha256-6RE2sbL8e9D+czFebLagRiw2wmU78TbajIs9VdFgF0Q=";
    rev = "refs/tags/v${version}";
    hash = "sha256-WEx/S6+8lJXu+4yKazzJ55HTGKr38GMRL242FV7KdLQ=";
  };

  nativeBuildInputs = with python3.pkgs; [