3
0
Fork 0
forked from mirrors/nixpkgs

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

cfripper: 1.12.0 -> 1.13.0
This commit is contained in:
Fabian Affolter 2022-09-08 08:57:06 +02:00 committed by GitHub
commit fb0a85e75e
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.12.0";
version = "1.13.0";
src = fetchFromGitHub {
owner = "Skyscanner";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-qrZlCxNLO+q5n/FS/5b51QZVg4ZDwrgWpcKVp/JLTws=";
hash = "sha256-SJY3Js0nxKCVRKwU240KSLuaUy4+LlC8cwDeyxl6D2U=";
};
propagatedBuildInputs = with python3.pkgs; [