Merge pull request #209973 from r-ryantm/auto-update/pdfcrack
pdfcrack: 0.19 -> 0.20
This commit is contained in:
commit
5d2c9317cb
1 changed files with 7 additions and 4 deletions
|
@ -1,12 +1,15 @@
|
||||||
{ stdenv, lib, fetchurl }:
|
{ lib
|
||||||
|
, stdenv
|
||||||
|
, fetchurl
|
||||||
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "pdfcrack";
|
pname = "pdfcrack";
|
||||||
version = "0.19";
|
version = "0.20";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://sourceforge/pdfcrack/pdfcrack/pdfcrack-${version}.tar.gz";
|
url = "mirror://sourceforge/pdfcrack/pdfcrack/pdfcrack-${version}.tar.gz";
|
||||||
sha256 = "1vf0l83xk627fg0a3b10wabgqxy08q4vbm0xjw9xzkdpk1lj059i";
|
hash = "sha256-e4spsY/NXLmErrZA7gbt8J/t5HCbWcMv7k8thoYN5bQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
|
@ -16,7 +19,7 @@ stdenv.mkDerivation rec {
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "http://pdfcrack.sourceforge.net/";
|
homepage = "http://pdfcrack.sourceforge.net/";
|
||||||
description = "Small command line driven tool for recovering passwords and content from PDF files";
|
description = "Small command line driven tool for recovering passwords and content from PDF files";
|
||||||
license = with licenses; [ gpl2 ];
|
license = with licenses; [ gpl2Plus ];
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
maintainers = with maintainers; [ qoelet ];
|
maintainers = with maintainers; [ qoelet ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue