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

high-tide: 1.1.0 -> 1.2.0

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