mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 04:05:40 +03:00
curtail: 1.12.0 -> 1.13.0 (#394176)
This commit is contained in:
commit
08471d777c
1 changed files with 2 additions and 2 deletions
|
@ -22,14 +22,14 @@
|
||||||
|
|
||||||
python3.pkgs.buildPythonApplication rec {
|
python3.pkgs.buildPythonApplication rec {
|
||||||
pname = "curtail";
|
pname = "curtail";
|
||||||
version = "1.12.0";
|
version = "1.13.0";
|
||||||
format = "other";
|
format = "other";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Huluti";
|
owner = "Huluti";
|
||||||
repo = "Curtail";
|
repo = "Curtail";
|
||||||
tag = version;
|
tag = version;
|
||||||
sha256 = "sha256-+TnGCLRJsdqdChqonHGuA4kUEiB9Mfc2aQttyt+uFnM=";
|
sha256 = "sha256-JfioWtd0jGTyaD5uELAqH6J+h04MOrfEqdR7GWgXyMw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue