mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
par2cmdline: 0.6.13 -> 0.7.3
This commit is contained in:
parent
4b0afc169d
commit
aec9f1b9d8
@ -2,19 +2,19 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "par2cmdline-${version}";
|
||||
version = "0.6.13";
|
||||
version = "0.7.3";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Parchive";
|
||||
repo = "par2cmdline";
|
||||
rev = "v${version}";
|
||||
sha256 = "0jxixkc8vid933nph2mvhgz58my42kwjlzbir38hml2xrzq00d8f";
|
||||
sha256 = "1hkb1brz70p79rv7dlzhnl1invjmkll81rcpnhwvafv1yriklfai";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ autoreconfHook ];
|
||||
|
||||
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";
|
||||
longDescription = ''
|
||||
par2cmdline is a program for creating and using PAR2 files to detect
|
||||
|
Loading…
Reference in New Issue
Block a user