Skip to content

Commit

Permalink
wike: 2.0.1 → 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amaxine committed Jan 11, 2024
1 parent a2f82b9 commit 09623aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/misc/wike/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@

python3.pkgs.buildPythonApplication rec {
pname = "wike";
version = "2.0.1";
version = "2.1.0";
format = "other";

src = fetchFromGitHub {
owner = "hugolabe";
repo = "Wike";
rev = version;
hash = "sha256-R8Zg/2tr9MrmtTdbvqD+Ra8+MEBJdgMqC3ptx1VgkeA=";
hash = "sha256-BXmLZhotQK6L4c2D8F8qF3zmOlSuzXycEN2FaC1K6/g=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 09623aa

Please sign in to comment.