cfripper: 1.8.0 -> 1.9.0

This commit is contained in:
R. Ryantm 2022-04-20 01:14:06 +00:00
parent 2882f7f1ad
commit 16e781187a

View file

@ -5,13 +5,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "cfripper";
version = "1.8.0";
version = "1.9.0";
src = fetchFromGitHub {
owner = "Skyscanner";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-x6QfS3DdJMpVKOLrz3EvYzIU72GzLdEePfpE9siEmCo=";
hash = "sha256-wep1hGYq0UUHeEL674N6cvGg9u9FqGqS0XCUZYUZGzs=";
};
propagatedBuildInputs = with python3.pkgs; [