Merge pull request #309924 from r-ryantm/auto-update/retool
retool: 2.3.7 -> 2.3.8
This commit is contained in:
commit
25e102977f
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
python3.pkgs.buildPythonApplication rec {
|
python3.pkgs.buildPythonApplication rec {
|
||||||
pname = "retool";
|
pname = "retool";
|
||||||
version = "2.3.7";
|
version = "2.3.8";
|
||||||
|
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
disabled = python3.pkgs.pythonOlder "3.10";
|
disabled = python3.pkgs.pythonOlder "3.10";
|
||||||
|
@ -16,7 +16,7 @@ python3.pkgs.buildPythonApplication rec {
|
||||||
owner = "unexpectedpanda";
|
owner = "unexpectedpanda";
|
||||||
repo = "retool";
|
repo = "retool";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-WEx/S6+8lJXu+4yKazzJ55HTGKr38GMRL242FV7KdLQ=";
|
hash = "sha256-KGBpGZAC0SjStp0aulxVRJMmNwlpvSG0i0rtZgvFCpc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = with python3.pkgs; [
|
nativeBuildInputs = with python3.pkgs; [
|
||||||
|
|
Loading…
Reference in a new issue