cfripper: 1.14.0 -> 1.15.0

Diff: https://github.com/Skyscanner/cfripper/compare/refs/tags/1.14.0...1.15.0
This commit is contained in:
Fabian Affolter
2023-11-21 14:49:24 +01:00
parent 7d912ec6a0
commit c5a16aee02
+2 -2
View File
@@ -5,13 +5,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "cfripper";
version = "1.14.0";
version = "1.15.0";
src = fetchFromGitHub {
owner = "Skyscanner";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-f8abfrYoEwmlQBl0eRFfigw2SrfPCL3+88bwc8miKEk=";
hash = "sha256-PXdeep4BYJDLLFnuiBF4YOKHvp6jWr2bDOOUXbbHHR8=";
};
propagatedBuildInputs = with python3.pkgs; [