Commit ff344b60 authored by Daniel Løvbrøtte Olsen's avatar Daniel Løvbrøtte Olsen
Browse files

hydrus: 518 -> 519

parent 59e61093
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,14 +12,14 @@

python3Packages.buildPythonPackage rec {
  pname = "hydrus";
  version = "518";
  version = "519";
  format = "other";

  src = fetchFromGitHub {
    owner = "hydrusnetwork";
    repo = "hydrus";
    rev = "refs/tags/v${version}";
    hash = "sha256-DdzRi2Yw5epblN5oLpuwuvmidrbr2EBm1ocsWrNiDRk=";
    hash = "sha256-q5pPRMBuB6hqDGuOl0kMyXjMKze5dw+3kdmA2FPJTPU=";
  };

  nativeBuildInputs = [