Unverified Commit b63d20d9 authored by seth's avatar seth Committed by GitHub
Browse files

curtail: 1.11.1 -> 1.12.0 (#373203)

parents 92e3a77a a1f9903c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -22,14 +22,14 @@

python3.pkgs.buildPythonApplication rec {
  pname = "curtail";
  version = "1.11.1";
  version = "1.12.0";
  format = "other";

  src = fetchFromGitHub {
    owner = "Huluti";
    repo = "Curtail";
    tag = version;
    sha256 = "sha256-IpN1NMIT13icYnflkcZW+aSzw0Nau8UIOP38Kzji3bg=";
    sha256 = "sha256-+TnGCLRJsdqdChqonHGuA4kUEiB9Mfc2aQttyt+uFnM=";
  };

  nativeBuildInputs = [