3
0
Fork 0
forked from mirrors/nixpkgs

curtail: 1.3.0 -> 1.3.1

This commit is contained in:
R. Ryantm 2022-07-13 01:44:50 +00:00
parent 3567e122f4
commit 972106f90f

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 = [