Merge pull request #47710 from r-ryantm/auto-update/zeal

zeal: 0.6.0 -> 0.6.1
This commit is contained in:
Peter Hoeg 2018-10-03 16:06:27 +08:00 committed by GitHub
commit 949d024dcf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,13 +4,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "zeal-${version}"; name = "zeal-${version}";
version = "0.6.0"; version = "0.6.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "zealdocs"; owner = "zealdocs";
repo = "zeal"; repo = "zeal";
rev = "v${version}"; rev = "v${version}";
sha256 = "0zsrb89jz04b8in1d69p7mg001yayyljc47vdlvm48cjbhvxwj0k"; sha256 = "05qcjpibakv4ibhxgl5ajbkby3w7bkxsv3nfv2a0kppi1z0f8n8v";
}; };
# while ads can be disabled from the user settings, by default they are not so # while ads can be disabled from the user settings, by default they are not so