Merge pull request #89747 from alexarice/styx-update

styx: 0.7.1 -> 0.7.2
This commit is contained in:
Mario Rodas 2020-06-07 19:51:50 -05:00 committed by GitHub
commit 92c3267ad4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
pname = "styx";
version = "0.7.1";
version = "0.7.2";
src = fetchFromGitHub {
owner = "styx-static";
repo = "styx";
rev = "v${version}";
sha256 = "01lklz7l9klqmmsncikwjnk3glzyz15c30118s82yd1chwpwhpfl";
rev = "0f0a878156eac416620a177cc030fa9f2f69b1b8";
sha256 = "0ig456j1s17w4zhhcmkrskpy6n7061v5f2isa3qhipmn0gwb91af";
};
server = "${caddy}/bin/caddy";