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

wike: 1.6.2 -> 1.6.3
This commit is contained in:
figsoda 2021-12-12 12:58:59 -05:00 committed by GitHub
commit 56610666d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,13 +14,13 @@ let
]);
in stdenv.mkDerivation rec {
pname = "wike";
version = "1.6.2";
version = "1.6.3";
src = fetchFromGitHub {
owner = "hugolabe";
repo = "Wike";
rev = version;
sha256 = "sha256-23tmp0Cyr6O7Z2loLI0PHOxJGyE27RNmY7PoKBctt44=";
sha256 = "sha256-yyifRUf7oITV9lpnHnadZwHOKHr0Z+4bjCV/WoYs6vY=";
};
nativeBuildInputs = [