cfripper: 1.15.0 -> 1.15.1

Diff: https://github.com/Skyscanner/cfripper/compare/refs/tags/1.15.0...1.15.1
This commit is contained in:
Fabian Affolter 2023-11-26 09:48:06 +01:00
parent db2deb137e
commit 8ecbcc296e

View File

@ -5,13 +5,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "cfripper";
version = "1.15.0";
version = "1.15.1";
src = fetchFromGitHub {
owner = "Skyscanner";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-PXdeep4BYJDLLFnuiBF4YOKHvp6jWr2bDOOUXbbHHR8=";
hash = "sha256-Gtg4zoMTOW/nrFm7PF4/96VGcMALg2msVZ3E7lGm5KA=";
};
propagatedBuildInputs = with python3.pkgs; [