villain: 2.2.0 -> 2.2.1

This commit is contained in:
R. Ryantm
2024-12-06 14:17:41 +00:00
parent e574201552
commit 38b5139ea0
+3 -3
View File
@@ -8,14 +8,14 @@
python3Packages.buildPythonApplication rec {
pname = "villain";
version = "2.2.0";
version = "2.2.1";
pyproject = false;
src = fetchFromGitHub {
owner = "t3l3machus";
repo = "Villain";
rev = "v${version}";
hash = "sha256-7qZ91WEzQg9k9V/FlREW4YLlEnloeVkisDO8q/+bheo=";
rev = "refs/tags/V${version}";
hash = "sha256-eIPxidBBVmjt/E1F8G3zPwteB1qsk3a5LD69CiNVApY=";
};
nativeBuildInputs = [ makeWrapper ];