mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
cfripper: 1.17.1 -> 1.17.2
Diff: https://github.com/Skyscanner/cfripper/compare/refs/tags/v1.17.1...refs/tags/v1.17.2 Changelog: https://github.com/Skyscanner/cfripper/releases/tag/v1.17.2
This commit is contained in:
parent
044b416cc7
commit
79d9be9810
1 changed files with 2 additions and 2 deletions
|
@ -6,14 +6,14 @@
|
||||||
|
|
||||||
python3.pkgs.buildPythonApplication rec {
|
python3.pkgs.buildPythonApplication rec {
|
||||||
pname = "cfripper";
|
pname = "cfripper";
|
||||||
version = "1.17.1";
|
version = "1.17.2";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Skyscanner";
|
owner = "Skyscanner";
|
||||||
repo = "cfripper";
|
repo = "cfripper";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-qAsIm1mcvMQshKActmFZuxgH3Yyzvw6m7e8DklG1AQ4=";
|
hash = "sha256-HhgOpjqWtnwx9u6EsDr/ba0g3lAmEi/slXQnBqu3h3Y=";
|
||||||
};
|
};
|
||||||
|
|
||||||
pythonRelaxDeps = [
|
pythonRelaxDeps = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue