From a6e112a5b76595114c529df068d746a6f5a8c6c4 Mon Sep 17 00:00:00 2001 From: Eric Sagnes Date: Mon, 10 Oct 2016 15:32:42 +0900 Subject: [PATCH] styx: 0.1.0 -> 0.2.0 --- pkgs/applications/misc/styx/default.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/misc/styx/default.nix b/pkgs/applications/misc/styx/default.nix index e44efc0f16d..29d7067e235 100644 --- a/pkgs/applications/misc/styx/default.nix +++ b/pkgs/applications/misc/styx/default.nix @@ -2,13 +2,13 @@ stdenv.mkDerivation rec { name = "styx-${version}"; - version = "0.1.0"; + version = "0.2.0"; src = fetchFromGitHub { owner = "styx-static"; repo = "styx"; rev = "v${version}"; - sha256 = "0lz6mfawschfjg4mvfsqz9dv884x2lcg787zjdlnhdi5yqmjx29r"; + sha256 = "1bcd0ss628mhchrl85fy6acxcxqvm1d3qywfaxhikahl1r7inpwg"; }; server = caddy.bin; @@ -28,7 +28,6 @@ stdenv.mkDerivation rec { asciidoctor $sourceRoot/doc/manual.doc -o $out/share/doc/styx/index.html substituteAllInPlace $out/bin/styx - substituteAllInPlace $out/share/styx/sample/templates/feed.nix substituteAllInPlace $out/share/doc/styx/index.html '';