summaryrefslogtreecommitdiffstats
path: root/pkgs/applications
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2019-02-23 19:06:21 -0800
committerGitHub <noreply@github.com>2019-02-23 19:06:21 -0800
commit9001a4eb6241a6a2e50faaf3708fdc594050dd68 (patch)
tree9d830b589814d8c71a0dec68a5639e79a6e00176 /pkgs/applications
parent5f2252cc6afc433616f4291215c56dfac28cdc51 (diff)
parent997be7558687e71a639bde262d7b9204eb0f8c59 (diff)
Merge pull request #56256 from Anton-Latukha/handbrake-1.2.2
handbrake: 1.2.1 -> 1.2.2, rm callPackage dep
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/video/handbrake/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/video/handbrake/default.nix b/pkgs/applications/video/handbrake/default.nix
index b17ba7e19f46..77ee2bc10f89 100644
--- a/pkgs/applications/video/handbrake/default.nix
+++ b/pkgs/applications/video/handbrake/default.nix
@@ -3,7 +3,7 @@
# Derivation patches HandBrake to use Nix closure dependencies.
#
-{ stdenv, lib, fetchurl, callPackage,
+{ stdenv, lib, fetchurl,
# Main build tools
python2, pkgconfig, autoconf, automake, cmake, nasm, libtool, m4,
# Processing, video codecs, containers
@@ -30,11 +30,11 @@
stdenv.mkDerivation rec {
pname = "handbrake";
- version = "1.2.1";
+ version = "1.2.2";
src = fetchurl {
url = ''https://download2.handbrake.fr/${version}/HandBrake-${version}-source.tar.bz2'';
- sha256 = "0gbqzar49c8ygz6chnsz65xgsdcwr60lbc8ivnw8i6xjggn6wc80";
+ sha256 = "0k2yaqy7zi06k8mkp9az2mn9dlgj3a1339vacakfh2nn2zsics6z";
};
nativeBuildInputs = [