Commit f26cc726 authored by R. RyanTM's avatar R. RyanTM
Browse files

high-tide: 0.1.7 -> 0.1.8

parent a8d0cd58
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [