Unverified Commit 881467b5 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

curtail: 1.10.0 -> 1.11.0 (#347048)

parents 53a4cad0 ff3faf6b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -20,14 +20,14 @@

python3.pkgs.buildPythonApplication rec {
  pname = "curtail";
  version = "1.10.0";
  version = "1.11.0";
  format = "other";

  src = fetchFromGitHub {
    owner = "Huluti";
    repo = "Curtail";
    rev = "refs/tags/${version}";
    sha256 = "sha256-xwpjyMMdjYMrd79/EzoNae4rQuq2VjwJRNoudNGD78E=";
    sha256 = "sha256-bN901v2M644EN7tBKN9/kv12AE2XuIPjDSCoohfevFI=";
  };

  nativeBuildInputs = [