diff --git a/pkgs/development/python-modules/hikari/default.nix b/pkgs/development/python-modules/hikari/default.nix index 709b9cde7f49..92a26c231d0c 100644 --- a/pkgs/development/python-modules/hikari/default.nix +++ b/pkgs/development/python-modules/hikari/default.nix @@ -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,