high-tide: 1.1.0 -> 1.2.0

This commit is contained in:
R. Ryantm
2026-01-25 07:32:13 +00:00
parent 2583202cf4
commit dcc5e27e7a
+2 -2
View File
@@ -20,14 +20,14 @@
python313Packages.buildPythonApplication rec {
pname = "high-tide";
version = "1.1.0";
version = "1.2.0";
pyproject = false;
src = fetchFromGitHub {
owner = "Nokse22";
repo = "high-tide";
tag = "v${version}";
hash = "sha256-AHdv2eazUnxgw5D4SlIzWm/wnC26zedwiAGT0OzjdZs=";
hash = "sha256-KaUI0Sa2sYrwv6v8kVbBwaTLaeY/B6tnDMJNNGazn9M=";
};
nativeBuildInputs = [