python3Packages.hikari-lightbulb: 2.3.5 -> 2.3.5.post1
This commit is contained in:
@@ -10,14 +10,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "hikari-lightbulb";
|
||||
version = "2.3.5";
|
||||
version = "2.3.5.post1";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "tandemdude";
|
||||
repo = "hikari-lightbulb";
|
||||
rev = version;
|
||||
hash = "sha256-gqbbex2xj48LZqW4bVSPDW1UZEFVeOHbNQVM6nhpl1Y=";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-sxBrOgMgUcPjqtNuuq5+NfyxR5V812dfHnGoO9DhdXU=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
||||
Reference in New Issue
Block a user