Unverified Commit fbc538f6 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

Merge pull request #319141 from r-ryantm/auto-update/curtail

curtail: 1.9.1 -> 1.10.0
parents ef4c87bd e965f817
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.9.1";
  version = "1.10.0";
  format = "other";

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

  nativeBuildInputs = [