Unverified Commit 389c253d authored by KunyaKud's avatar KunyaKud Committed by GitHub
Browse files

hydrus: 631 -> 643

parent ff912ec7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,14 +16,14 @@

python3Packages.buildPythonApplication rec {
  pname = "hydrus";
  version = "631";
  version = "643";
  format = "other";

  src = fetchFromGitHub {
    owner = "hydrusnetwork";
    repo = "hydrus";
    tag = "v${version}";
    hash = "sha256-YZnlQIiq0dUGEnQgVCTvNS+kuSpXlaAN5UvZAQ3xeZM=";
    hash = "sha256-8pxokenzKYXdvyNnNBQTphBi8FBAv85rnHSnEQrseLY=";
  };

  nativeBuildInputs = [