about summary refs log tree commit diff
path: root/pkgs/applications/video/clipgrab/default.nix
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2015-12-23 20:57:01 +0100
committerTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2015-12-24 04:05:57 +0100
commitf5b52aa3827753f92d97ec18541b25f9e974f548 (patch)
tree4e1206b031d8269c4ed2eb5e3d0a1e1849e073a4 /pkgs/applications/video/clipgrab/default.nix
parent9ecc0612f932157509299ea4d695b9519b8939cc (diff)
downloadnixlib-f5b52aa3827753f92d97ec18541b25f9e974f548.tar
nixlib-f5b52aa3827753f92d97ec18541b25f9e974f548.tar.gz
nixlib-f5b52aa3827753f92d97ec18541b25f9e974f548.tar.bz2
nixlib-f5b52aa3827753f92d97ec18541b25f9e974f548.tar.lz
nixlib-f5b52aa3827753f92d97ec18541b25f9e974f548.tar.xz
nixlib-f5b52aa3827753f92d97ec18541b25f9e974f548.tar.zst
nixlib-f5b52aa3827753f92d97ec18541b25f9e974f548.zip
clipgrab: 3.5.5 -> 3.5.6
Diffstat (limited to 'pkgs/applications/video/clipgrab/default.nix')
-rw-r--r--pkgs/applications/video/clipgrab/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/video/clipgrab/default.nix b/pkgs/applications/video/clipgrab/default.nix
index 4075c87146bb..d4f968a3b9f3 100644
--- a/pkgs/applications/video/clipgrab/default.nix
+++ b/pkgs/applications/video/clipgrab/default.nix
@@ -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";
   };