Merge pull request #205048 from r-ryantm/auto-update/clairvoyance

clairvoyance: 2.0.4 -> 2.0.6
This commit is contained in:
Jonas Heinrich 2022-12-08 13:00:42 +01:00 committed by GitHub
commit 1378448185
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,14 +5,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "clairvoyance";
version = "2.0.4";
version = "2.0.6";
format = "pyproject";
src = fetchFromGitHub {
owner = "nikitastupin";
repo = pname;
rev = "v${version}";
hash = "sha256-b69a3UTRt5axTSjLcEYkqGe7bFlQKCiMzoNtw91HCyI=";
rev = "refs/tags/v${version}";
hash = "sha256-Jsb/UjqAppAUz9AGgON6AyVgUdOY6aswjQ9EL939Kro=";
};
nativeBuildInputs = with python3.pkgs; [