Skip to content

Commit

Permalink
webdav: 5.4.3 -> 5.4.4 (#360253)
Browse files Browse the repository at this point in the history
  • Loading branch information
philiptaron authored Nov 29, 2024
2 parents 9396352 + 9ba5483 commit 836aba1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/we/webdav/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 836aba1

Please sign in to comment.