summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/cd-dvd/bchunk/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/cd-dvd/bchunk/default.nix')
-rw-r--r--pkgs/tools/cd-dvd/bchunk/default.nix7
1 files changed, 3 insertions, 4 deletions
diff --git a/pkgs/tools/cd-dvd/bchunk/default.nix b/pkgs/tools/cd-dvd/bchunk/default.nix
index ea4046f31f8c..a4298bf2920f 100644
--- a/pkgs/tools/cd-dvd/bchunk/default.nix
+++ b/pkgs/tools/cd-dvd/bchunk/default.nix
@@ -1,15 +1,14 @@
{ stdenv, fetchurl }:
stdenv.mkDerivation rec {
- name = "bchunk-1.2.0";
+ name = "bchunk-${version}";
+ version = "1.2.2";
src = fetchurl {
url = "http://he.fi/bchunk/${name}.tar.gz";
- sha256 = "0pcbyx3689cbl23dcij497hb3q5f1wmki7cxic5nzldx71g9vp5g";
+ sha256 = "12dxx98kbpc5z4dgni25280088bhlsb677rp832r82zzc1drpng7";
};
- patches = [ ./CVE-2017-15953.patch ./CVE-2017-15955.patch ];
-
installPhase = ''
install -Dt $out/bin bchunk
install -Dt $out/share/man/man1 bchunk.1