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 {
pname = "wik";
version = "1.2.0";
pname = "wik-unstable";
version = "2022-03-04";
src = prev.fetchFromGitHub {
owner = "yashsinghcodes";
repo = pname;
rev = "b226c5d80735f419db4d641f80d8a4c99bd826d8";
sha256 = "sha256-SW0G6sHggVPFZ1NHgMDmdOEjt06xdb5QfxL3fnhQiZs=";
repo = "wik";
rev = "aca76040770543a55b8fb0574901bf52df099c34";
sha256 = "sha256-qFNRzgXFyOgIvtNKR+7NG5lvQObjgezfRaloA7VH9Lc=";
};
checkPhase = ''
@ -23,7 +23,7 @@ final: prev: with prev.python39Packages; {
];
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";
license = licenses.mit;
maintainers = with maintainers; [ teutat3s ];