diff options
author | makefu <github@syntax-fehler.de> | 2019-10-14 12:56:20 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2019-10-14 12:56:20 +0200 |
commit | 8273bcc77c83307faec8963a48758cd51ad044ac (patch) | |
tree | fc2087fd2deccfeb7152fd20c9b85a83fdd57759 /makefu/5pkgs/shiori/default.nix | |
parent | 4d013908378e6c25b3dae33fc9555e4d0881e28e (diff) |
ma 5pkgs: debug for 19.09 release
Diffstat (limited to 'makefu/5pkgs/shiori/default.nix')
-rw-r--r-- | makefu/5pkgs/shiori/default.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/makefu/5pkgs/shiori/default.nix b/makefu/5pkgs/shiori/default.nix index 91e6b3997..c604fbbde 100644 --- a/makefu/5pkgs/shiori/default.nix +++ b/makefu/5pkgs/shiori/default.nix @@ -4,13 +4,13 @@ let in builder rec { name = "shiori-${version}"; - version = "1.6.0-master"; + version = "1.6.0-warc"; goPackagePath = "github.com/go-shiori/shiori"; src = fetchFromGitHub { owner = "go-shiori"; repo = "shiori"; - rev = "c77b17caf8fcdf336adea33d0e4ac7ab13c10bc5"; - sha256 = "11c5yxkmawwpswk256d151ixmj1vlnhrhsbfp9xan1v5cbqpkxdm"; + rev = "83f133dd07bf661d3c4cf03043392100da489559"; + sha256 = "02b17hjbh4w0ip0snd8hmdjmbc2w1pv9sws9cf9r8w09c225nw2i"; }; goDeps = ./deps.nix; } |