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

curtail: 1.3.0 -> 1.3.1
This commit is contained in:
Bobby Rong 2022-07-13 20:23:56 +08:00 committed by GitHub
commit 7cff564ee5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,14 +18,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "curtail";
version = "1.3.0";
version = "1.3.1";
format = "other";
src = fetchFromGitHub {
owner = "Huluti";
repo = "Curtail";
rev = version;
sha256 = "sha256-tNk+KI+DEMR63zfcBpfPTxAFKzvGWvpa9erK9SAAtPc=";
rev = "refs/tags/${version}";
sha256 = "sha256-/xvkRXs1EVu+9RZM+TnyIGxFV2stUR9XHEmaJxsJ3V8=";
};
nativeBuildInputs = [