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

cfripper: 1.5.1 -> 1.5.2
This commit is contained in:
Fabian Affolter
2022-03-16 19:13:48 +01:00
committed by GitHub
+2 -2
View File
@@ -5,13 +5,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "cfripper";
version = "1.5.1";
version = "1.5.2";
src = fetchFromGitHub {
owner = "Skyscanner";
repo = pname;
rev = version;
hash = "sha256-/qcpLCk1ZZMKxhqK6q6sSbRDjiF5GQmDJzvCaV2kAqQ=";
hash = "sha256-tl0g08nnY1CZ4SNcMFPARIRquiO9SCen9VWeNalLHds=";
};
propagatedBuildInputs = with python3.pkgs; [