Skip to content

Commit

Permalink
villain: 2.1.0 -> 2.2.0
Browse files Browse the repository at this point in the history
(cherry picked from commit b29051b)
  • Loading branch information
D3vil0p3r authored and github-actions[bot] committed Sep 17, 2024
1 parent 60962d8 commit 773aa2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/vi/villain/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@

python3Packages.buildPythonApplication rec {
pname = "villain";
version = "2.1.0";
version = "2.2.0";
pyproject = false;

src = fetchFromGitHub {
owner = "t3l3machus";
repo = "Villain";
rev = "v${version}";
hash = "sha256-8MOpbyw4HEJMcv84bNkNLBSZfEmIm3RDSUi0s62t9ko=";
hash = "sha256-7qZ91WEzQg9k9V/FlREW4YLlEnloeVkisDO8q/+bheo=";
};

nativeBuildInputs = [ makeWrapper ];
Expand Down

0 comments on commit 773aa2b

Please sign in to comment.