Merge pull request #27977 from symphorien/update_par2
par2cmdline: 0.6.13 -> 0.7.3
This commit is contained in:
commit
6b9b08eaed
@ -2,19 +2,19 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "par2cmdline-${version}";
|
name = "par2cmdline-${version}";
|
||||||
version = "0.6.13";
|
version = "0.7.3";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Parchive";
|
owner = "Parchive";
|
||||||
repo = "par2cmdline";
|
repo = "par2cmdline";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0jxixkc8vid933nph2mvhgz58my42kwjlzbir38hml2xrzq00d8f";
|
sha256 = "1hkb1brz70p79rv7dlzhnl1invjmkll81rcpnhwvafv1yriklfai";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ autoreconfHook ];
|
nativeBuildInputs = [ autoreconfHook ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = https://github.com/BlackIkeEagle/par2cmdline;
|
homepage = https://github.com/Parchive/par2cmdline;
|
||||||
description = "PAR 2.0 compatible file verification and repair tool";
|
description = "PAR 2.0 compatible file verification and repair tool";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
par2cmdline is a program for creating and using PAR2 files to detect
|
par2cmdline is a program for creating and using PAR2 files to detect
|
||||||
|
Loading…
Reference in New Issue
Block a user