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
+3 -3
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; [