Merge pull request #191527 from r-ryantm/auto-update/pokete
pokete: 0.8.2 -> 0.9.0
This commit is contained in:
commit
097c771cc3
1 changed files with 3 additions and 3 deletions
|
@ -7,15 +7,15 @@
|
||||||
|
|
||||||
python3.pkgs.buildPythonApplication rec {
|
python3.pkgs.buildPythonApplication rec {
|
||||||
pname = "pokete";
|
pname = "pokete";
|
||||||
version = "0.8.2";
|
version = "0.9.0";
|
||||||
|
|
||||||
format = "other";
|
format = "other";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "lxgr-linux";
|
owner = "lxgr-linux";
|
||||||
repo = "pokete";
|
repo = "pokete";
|
||||||
rev = "v${version}";
|
rev = "refs/tags/${version}";
|
||||||
sha256 = "sha256-carQ/m7akdXLO4h5o0cE0EiQmsAyarMAV4AtG3KATYQ=";
|
sha256 = "sha256-55BqUSZJPDz5g1FTdkuWa9wcsrLwh6YagD5bQ9ZpQv4=";
|
||||||
};
|
};
|
||||||
|
|
||||||
pythonPath = with python3.pkgs; [
|
pythonPath = with python3.pkgs; [
|
||||||
|
|
Loading…
Reference in a new issue