clipgrab: 3.5.5 -> 3.5.6

This commit is contained in:
Tobias Geerinckx-Rice 2015-12-23 20:57:01 +01:00
parent 9ecc0612f9
commit f5b52aa382

View file

@ -1,11 +1,11 @@
{ stdenv, fetchurl, makeDesktopItem, ffmpeg, qt4 }:
let version = "3.5.5"; in
let version = "3.5.6"; in
stdenv.mkDerivation rec {
name = "clipgrab-${version}";
src = fetchurl {
sha256 = "01si6mqfmdwins6l18l6qyhkak0mj4yksbg30qhwywm8wmwl08jd";
sha256 = "0wm6hqaq6ydbvvd0fqkfydxd5h7gf4di7lvq63xgxl4z40jqc25n";
# The .tar.bz2 "Download" link is a binary blob, the source is the .tar.gz!
url = "http://download.clipgrab.de/${name}.tar.gz";
};