python3Packages.hikari: 2.0.0.dev126 -> 2.1.0

https://github.com/hikari-py/hikari/releases/tag/2.1.0
This commit is contained in:
Martin Weinelt
2024-10-13 11:03:34 +02:00
parent 057b8b6dff
commit 828039a1a3
@@ -16,13 +16,13 @@
}:
buildPythonPackage rec {
pname = "hikari";
version = "2.0.0.dev126";
version = "2.1.0";
src = fetchFromGitHub {
owner = "hikari-py";
repo = "hikari";
rev = version;
hash = "sha256-KpF9P92IciILV7zlYTCgtMqhudT9uOR2SQJdWDtxYaA=";
rev = "refs/tags/${version}";
hash = "sha256-/A3D3nG1lSCQU92dM+6YroxWlGKrv47ntkZaJZTAJUA=";
# The git commit is part of the `hikari.__git_sha1__` original output;
# leave that output the same in nixpkgs. Use the `.git` directory
# to retrieve the commit SHA, and remove the directory afterwards,