dtrx: 8.5.1 -> 8.5.3
This commit is contained in:
parent
11cf5e1c74
commit
eba9bbc251
@ -1,5 +1,6 @@
|
|||||||
{ lib
|
{ lib
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
|
, gitUpdater
|
||||||
, python3Packages
|
, python3Packages
|
||||||
, gnutar
|
, gnutar
|
||||||
, unzip
|
, unzip
|
||||||
@ -21,13 +22,13 @@
|
|||||||
|
|
||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
pname = "dtrx";
|
pname = "dtrx";
|
||||||
version = "8.5.1";
|
version = "8.5.3";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "dtrx-py";
|
owner = "dtrx-py";
|
||||||
repo = "dtrx";
|
repo = "dtrx";
|
||||||
rev = "refs/tags/${version}";
|
rev = version;
|
||||||
sha256 = "sha256-KOHafmvl17IABlcBuE7isHVCIYRbA68Dna6rgiiWlkQ=";
|
sha256 = "sha256-LB3F6jcqQPRsjFO4L2fPAPnacDAdtcaadgGbwXA9LAw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postInstall =
|
postInstall =
|
||||||
@ -43,6 +44,8 @@ python3Packages.buildPythonApplication rec {
|
|||||||
|
|
||||||
nativeBuildInputs = [ python3Packages.invoke ];
|
nativeBuildInputs = [ python3Packages.invoke ];
|
||||||
|
|
||||||
|
passthru.updateScript = gitUpdater { };
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Do The Right Extraction: A tool for taking the hassle out of extracting archives";
|
description = "Do The Right Extraction: A tool for taking the hassle out of extracting archives";
|
||||||
homepage = "https://github.com/dtrx-py/dtrx";
|
homepage = "https://github.com/dtrx-py/dtrx";
|
||||||
|
Loading…
Reference in New Issue
Block a user