Merge pull request #167574 from r-ryantm/auto-update/cfripper

cfripper: 1.7.1 -> 1.8.0
This commit is contained in:
Fabian Affolter 2022-04-09 13:58:23 +02:00 committed by GitHub
commit 2e8714c5fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,13 +5,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "cfripper";
version = "1.7.1";
version = "1.8.0";
src = fetchFromGitHub {
owner = "Skyscanner";
repo = pname;
rev = version;
hash = "sha256-Q1J5M6RyYjVi2rkOCThFQdBCxVKkza+wytO67vLlVQg=";
rev = "refs/tags/${version}";
hash = "sha256-x6QfS3DdJMpVKOLrz3EvYzIU72GzLdEePfpE9siEmCo=";
};
propagatedBuildInputs = with python3.pkgs; [