Skip to content

Commit

Permalink
clipgrab: 3.6.0 -> 3.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nckx committed Jun 24, 2016
1 parent 0ae376d commit 01b3e54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/video/clipgrab/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

stdenv.mkDerivation rec {
name = "clipgrab-${version}";
version = "3.6.0";
version = "3.6.1";

src = fetchurl {
sha256 = "1hvf4s6f2qc5z10p2q8mdyagx8dnwpsbrgg0is56hm1k80r58yj8";
sha256 = "1pmsnb9yfyadp8kzxldw09wmv2r0wmg9yza9ariqc27jz1j3kpsc";
# The .tar.bz2 "Download" link is a binary blob, the source is the .tar.gz!
url = "https://download.clipgrab.org/${name}.tar.gz";
};
Expand Down

0 comments on commit 01b3e54

Please sign in to comment.