clipgrab: 3.5.5 -> 3.5.6
This commit is contained in:
parent
9ecc0612f9
commit
f5b52aa382
@ -1,11 +1,11 @@
|
|||||||
{ stdenv, fetchurl, makeDesktopItem, ffmpeg, qt4 }:
|
{ stdenv, fetchurl, makeDesktopItem, ffmpeg, qt4 }:
|
||||||
|
|
||||||
let version = "3.5.5"; in
|
let version = "3.5.6"; in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "clipgrab-${version}";
|
name = "clipgrab-${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
sha256 = "01si6mqfmdwins6l18l6qyhkak0mj4yksbg30qhwywm8wmwl08jd";
|
sha256 = "0wm6hqaq6ydbvvd0fqkfydxd5h7gf4di7lvq63xgxl4z40jqc25n";
|
||||||
# The .tar.bz2 "Download" link is a binary blob, the source is the .tar.gz!
|
# The .tar.bz2 "Download" link is a binary blob, the source is the .tar.gz!
|
||||||
url = "http://download.clipgrab.de/${name}.tar.gz";
|
url = "http://download.clipgrab.de/${name}.tar.gz";
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user