python310Packages.nextcord: 2.0.0b3 -> 2.0.0

This commit is contained in:
R. Ryantm 2022-06-29 07:58:13 +00:00 committed by Robert Schütz
parent d324861964
commit 41d9b0908c

View file

@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "nextcord";
version = "2.0.0b3";
version = "2.0.0";
format = "setuptools";
@ -25,8 +25,8 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "nextcord";
repo = "nextcord";
rev = version;
hash = "sha256-ygRbgL+px93Gx0Sv6d5AX+0CPYoOc2V1rnuViRa4Zy0=";
rev = "refs/tags/v${version}";
hash = "sha256-MjpWPirupXoSnvnRNePx4hUTbiWHcL2bwUOoZAvN7pU=";
};
patches = [