Merge pull request #148765 from r-ryantm/auto-update/wike

wike: 1.5.7 -> 1.6.2
This commit is contained in:
figsoda 2021-12-05 14:49:44 -05:00 committed by GitHub
commit 9e4d355ed3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,13 +14,13 @@ let
]); ]);
in stdenv.mkDerivation rec { in stdenv.mkDerivation rec {
pname = "wike"; pname = "wike";
version = "1.5.7"; version = "1.6.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "hugolabe"; owner = "hugolabe";
repo = "Wike"; repo = "Wike";
rev = version; rev = version;
sha256 = "sha256-SB+ApuSovqQCaZYPhH+duf+c07JDSSCRz8hTVhEa4gY="; sha256 = "sha256-23tmp0Cyr6O7Z2loLI0PHOxJGyE27RNmY7PoKBctt44=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [