nignx-dav-ext-module: 0.0.3 -> 0.1.0

This commit is contained in:
José Luis Lafuente 2017-08-26 18:06:54 +02:00
parent 58dc4a8569
commit eb159a0e5a
No known key found for this signature in database
GPG Key ID: 8A3455EBE455489A

View File

@ -24,8 +24,8 @@
src = fetchFromGitHub {
owner = "arut";
repo = "nginx-dav-ext-module";
rev = "v0.0.3";
sha256 = "1qck8jclxddncjad8yv911s9z7lrd58bp96jf13m0iqk54xghx91";
rev = "v0.1.0";
sha256 = "1ifahd69vz715g3zim618jbmxb7kcmzykc696grskxm0svpy294k";
};
inputs = [ pkgs.expat ];
};