clipgrab 3.5.1 -> 3.5.2
This commit is contained in:
parent
ddbb174bb0
commit
5a162cd068
@ -1,12 +1,12 @@
|
|||||||
{ stdenv, fetchurl, ffmpeg, makeDesktopItem, qt4 }:
|
{ stdenv, fetchurl, ffmpeg, makeDesktopItem, qt4 }:
|
||||||
|
|
||||||
let version = "3.5.1"; in
|
let version = "3.5.2"; in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "clipgrab-${version}";
|
name = "clipgrab-${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
sha256 = "16hm7zv0yhxj7gdd8q462jcxy0jk6hicsk1mkhmarwrhifwsy4g9";
|
sha256 = "0prag5liwx2l1b2a5f7cp3jh50qw5iwkf2c07iws9m1j1np3lxgp";
|
||||||
# The .tar.bz2 "Download" link is a binary blob, the source is .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…
Reference in New Issue
Block a user