Merge pull request #191527 from r-ryantm/auto-update/pokete

pokete: 0.8.2 -> 0.9.0
This commit is contained in:
Jonas Heinrich 2022-09-19 15:19:36 +02:00 committed by GitHub
commit 097c771cc3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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; [