Unverified Commit 836aba16 authored by Philip Taron's avatar Philip Taron Committed by GitHub
Browse files

webdav: 5.4.3 -> 5.4.4 (#360253)

parents 9396352f 9ba5483e
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,16 +2,16 @@

buildGo123Module rec {
  pname = "webdav";
  version = "5.4.3";
  version = "5.4.4";

  src = fetchFromGitHub {
    owner = "hacdias";
    repo = "webdav";
    rev = "v${version}";
    sha256 = "sha256-ASc+ioVBpCFESEryI0EwKYZln1JzPCOKLJJWmh7L8oA=";
    sha256 = "sha256-8T/CRIVB4jW9kJ26om6fcm/khfzqdYCWbhJIIRZlMC0=";
  };

  vendorHash = "sha256-d8WauJ1i429dr79iHgrbFRZCmx+W6OobSINy8aNGG6w=";
  vendorHash = "sha256-f/Og0FkuaeUJ4bjqeUXVacIWnp6uiod7s146iKDSMgU=";

  __darwinAllowLocalNetworking = true;