From dad99aae8e294bfc04a5fc0f973fbc592d7c3342 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sun, 2 Aug 2015 23:46:38 +0200 Subject: clipgrab: 3.4.11 -> 3.5.1 --- pkgs/applications/video/clipgrab/default.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'pkgs') diff --git a/pkgs/applications/video/clipgrab/default.nix b/pkgs/applications/video/clipgrab/default.nix index fd336dafb233..7661bfbc5ea4 100644 --- a/pkgs/applications/video/clipgrab/default.nix +++ b/pkgs/applications/video/clipgrab/default.nix @@ -1,13 +1,13 @@ { stdenv, fetchurl, makeDesktopItem, qt4 }: -let version = "3.4.11"; in +let version = "3.5.1"; in stdenv.mkDerivation rec { name = "clipgrab-${version}"; src = fetchurl { - sha256 = "10xxcnib7xkvrx7wma2vbya5fz5s5f6syc9dmr395c83lpcwpxs8"; - # The "Download" button is a .tar.gz, but there's a .tar.bz2 further down: - url = "http://download.clipgrab.de/${name}.tar.bz2"; + sha256 = "16hm7zv0yhxj7gdd8q462jcxy0jk6hicsk1mkhmarwrhifwsy4g9"; + # The .tar.bz2 "Download" link is a binary blob, the source is .tar.gz! + url = "http://download.clipgrab.de/${name}.tar.gz"; }; meta = with stdenv.lib; { @@ -20,7 +20,7 @@ stdenv.mkDerivation rec { ''; homepage = http://clipgrab.org/; license = licenses.gpl3Plus; - platforms = with platforms; linux; + platforms = platforms.linux; maintainers = with maintainers; [ nckx ]; }; -- cgit 1.4.1