Unverified Commit 8766b334 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

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

cfripper: 1.15.3 -> 1.15.4
parents 82e65a87 c7c6d1f0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,14 +12,14 @@ let
  };
in python.pkgs.buildPythonApplication rec {
  pname = "cfripper";
  version = "1.15.3";
  version = "1.15.4";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "Skyscanner";
    repo = "cfripper";
    rev = "refs/tags/v${version}";
    hash = "sha256-SmD3Dq5LicPRe3lWFsq4zqM/yDZ1LsgRwSUA5/RbN9I=";
    hash = "sha256-heVFum+Eaofd9L0dNHqD9GgHP+ckGwJi+NfeFci+ESc=";
  };

  postPatch = ''