retool: 2.4.3 -> 2.4.4 (#456087)
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
python3.pkgs.buildPythonApplication rec {
|
python3.pkgs.buildPythonApplication rec {
|
||||||
pname = "retool";
|
pname = "retool";
|
||||||
version = "2.4.3";
|
version = "2.4.4";
|
||||||
|
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
disabled = python3.pkgs.pythonOlder "3.10";
|
disabled = python3.pkgs.pythonOlder "3.10";
|
||||||
@@ -17,7 +17,7 @@ python3.pkgs.buildPythonApplication rec {
|
|||||||
owner = "unexpectedpanda";
|
owner = "unexpectedpanda";
|
||||||
repo = "retool";
|
repo = "retool";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-uYzsHraA5LX+5wZWSAO7lOFhssd7LojftLP5pufgUcc=";
|
hash = "sha256-hWCMxWcjjFF5xg7WrF4wjwGneoQCEUp+4oe+CieElcQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = with python3.pkgs; [
|
nativeBuildInputs = with python3.pkgs; [
|
||||||
|
|||||||
Reference in New Issue
Block a user