styx: 0.7.1 -> 0.7.2

gstqt5
Alex Rice 2020-06-07 16:45:46 +01:00
parent 0558bb9f64
commit 069ca7e897
No known key found for this signature in database
GPG Key ID: 93DDCD7A2B3F3B88
1 changed files with 3 additions and 3 deletions

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";