high-tide: 0.1.7 -> 0.1.8 (#430741)

This commit is contained in:
André Silva
2025-08-13 10:54:11 +01:00
committed by GitHub
+2 -2
View File
@@ -18,14 +18,14 @@
python313Packages.buildPythonApplication rec {
pname = "high-tide";
version = "0.1.7";
version = "0.1.8";
pyproject = false;
src = fetchFromGitHub {
owner = "Nokse22";
repo = "high-tide";
tag = "v${version}";
hash = "sha256-QFa9K/iSPe3cIx90PzPCkJszrygON9ijukv4px3Rob8=";
hash = "sha256-QcTK5E8rz/JcC40CCCK8G7PUZ6UAg53UPmxyLBXNHxY=";
};
nativeBuildInputs = [