wike: 2.1.0 -> 3.0.0

This commit is contained in:
zendo 2024-03-09 10:22:01 +08:00
parent 84558a3e37
commit f6396255f9

View File

@ -18,14 +18,14 @@
python3.pkgs.buildPythonApplication rec { python3.pkgs.buildPythonApplication rec {
pname = "wike"; pname = "wike";
version = "2.1.0"; version = "3.0.0";
format = "other"; format = "other";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "hugolabe"; owner = "hugolabe";
repo = "Wike"; repo = "Wike";
rev = version; rev = version;
hash = "sha256-BXmLZhotQK6L4c2D8F8qF3zmOlSuzXycEN2FaC1K6/g="; hash = "sha256-x6HYlpCj7poKWJWB2CnvN1aoTa7LmqYwbPa62WvSYsQ=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [