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