wik: bump to newest git commit

This commit is contained in:
teutat3s 2022-07-07 22:25:14 +02:00
parent ce5753cee5
commit 1877c41b83
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -1,13 +1,13 @@
final: prev: with prev.python39Packages; { final: prev: with prev.python310Packages; {
python-wiki-fetch = buildPythonPackage rec { python-wiki-fetch = buildPythonPackage rec {
pname = "wik"; pname = "wik-unstable";
version = "1.2.0"; version = "2022-03-04";
src = prev.fetchFromGitHub { src = prev.fetchFromGitHub {
owner = "yashsinghcodes"; owner = "yashsinghcodes";
repo = pname; repo = "wik";
rev = "b226c5d80735f419db4d641f80d8a4c99bd826d8"; rev = "aca76040770543a55b8fb0574901bf52df099c34";
sha256 = "sha256-SW0G6sHggVPFZ1NHgMDmdOEjt06xdb5QfxL3fnhQiZs="; sha256 = "sha256-qFNRzgXFyOgIvtNKR+7NG5lvQObjgezfRaloA7VH9Lc=";
}; };
checkPhase = '' checkPhase = ''
@ -23,7 +23,7 @@ final: prev: with prev.python39Packages; {
]; ];
meta = with prev.lib; { meta = with prev.lib; {
description = "query wikipedia articles from your terminal"; description = "wik is a tool to view wikipedia pages from your terminal";
homepage = "https://github.com/yashsinghcodes/wik"; homepage = "https://github.com/yashsinghcodes/wik";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ teutat3s ]; maintainers = with maintainers; [ teutat3s ];