Commit 94cec473 authored by R. RyanTM's avatar R. RyanTM
Browse files

hydrus: 666 -> 668

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

python3Packages.buildPythonApplication (finalAttrs: {
  pname = "hydrus";
  version = "666";
  version = "668";
  pyproject = false;

  src = fetchFromGitHub {
    owner = "hydrusnetwork";
    repo = "hydrus";
    tag = "v${finalAttrs.version}";
    hash = "sha256-Ikj1COV9eIp6UBk5zmxF1hwTY12K7Ut8hLM2Nvw7jis=";
    hash = "sha256-F6sQ2AyAIE7z7GH942sgzVbufA5GHEazoG+4YN8cFxQ=";
  };

  nativeBuildInputs = [