Skip to content

Commit

Permalink
webdav: 5.7.0 -> 5.7.1 (#370950)
Browse files Browse the repository at this point in the history
  • Loading branch information
pbsds authored Jan 14, 2025
2 parents 95272dc + c0ff065 commit 226991c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pkgs/by-name/we/webdav/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,24 @@

buildGo123Module rec {
pname = "webdav";
version = "5.7.0";
version = "5.7.1";

src = fetchFromGitHub {
owner = "hacdias";
repo = "webdav";
rev = "v${version}";
sha256 = "sha256-vQLYg7qqNO3b/93fO6/zydsakfvyfYSsCUGwNPF6PXY=";
tag = "v${version}";
hash = "sha256-nLQ77RuOGYaL+U3X3yb4Kq47NA1A3SSUMKBbFnRP6o4=";
};

vendorHash = "sha256-x5CUy46c4SunzMw/v2DWpdahuXFZnJdGInQ0lSho/es=";

__darwinAllowLocalNetworking = true;

meta = with lib; {
meta = {
description = "Simple WebDAV server";
homepage = "https://github.com/hacdias/webdav";
license = licenses.mit;
maintainers = with maintainers; [
license = lib.licenses.mit;
maintainers = with lib.maintainers; [
pmy
pbsds
];
Expand Down

0 comments on commit 226991c

Please sign in to comment.