clipgrab 3.4.9 -> 3.4.11
This commit is contained in:
parent
75ecd2e415
commit
1b6fcfa24e
|
@ -1,11 +1,12 @@
|
||||||
{ stdenv, fetchurl, makeDesktopItem, qt4 }:
|
{ stdenv, fetchurl, makeDesktopItem, qt4 }:
|
||||||
|
|
||||||
let version = "3.4.9"; in
|
let version = "3.4.11"; in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "clipgrab-${version}";
|
name = "clipgrab-${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
sha256 = "0valq3cgx7yz11zcscz1vdjmppwbicvg0id61dcar22pyp2zkap1";
|
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";
|
url = "http://download.clipgrab.de/${name}.tar.bz2";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue