Unverified Commit 2f2011c0 authored by Seth Flynn's avatar Seth Flynn Committed by GitHub
Browse files

curtail: 1.14.0 -> 1.15.0 (#482375)

parents 87fce855 bd997312
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -22,14 +22,14 @@

python3.pkgs.buildPythonApplication (finalAttrs: {
  pname = "curtail";
  version = "1.14.0";
  version = "1.15.0";
  pyproject = false;

  src = fetchFromGitHub {
    owner = "Huluti";
    repo = "Curtail";
    tag = finalAttrs.version;
    sha256 = "sha256-AxQe7abHZp4SRp90fkFbmXf3ZQH3VmxQVkpxRcit+54=";
    hash = "sha256-1X3isnhl5Lw+iVLM2WdZEaKphLiikBtg5QlSxgQHqy8=";
  };

  nativeBuildInputs = [