summary refs log tree commit diff
path: root/pkgs/applications/video/clipgrab
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-04-07 17:57:37 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-04-07 17:57:37 -0700
commita536d80cdbdbbc33def98c73a2a77c82d40efa61 (patch)
treea05d5fb70187bbb49f8fa7ba2c55303149484f57 /pkgs/applications/video/clipgrab
parentc45eadf31ddf61328a33dc9215c4b1f1f4f2c0d2 (diff)
downloadnixlib-a536d80cdbdbbc33def98c73a2a77c82d40efa61.tar
nixlib-a536d80cdbdbbc33def98c73a2a77c82d40efa61.tar.gz
nixlib-a536d80cdbdbbc33def98c73a2a77c82d40efa61.tar.bz2
nixlib-a536d80cdbdbbc33def98c73a2a77c82d40efa61.tar.lz
nixlib-a536d80cdbdbbc33def98c73a2a77c82d40efa61.tar.xz
nixlib-a536d80cdbdbbc33def98c73a2a77c82d40efa61.tar.zst
nixlib-a536d80cdbdbbc33def98c73a2a77c82d40efa61.zip
clipgrab: 3.6.2 -> 3.6.8
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/clipgrab/versions.

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 3.6.8 with grep in /nix/store/1y989g5la7p05gizhmkbiq8k7c93yv27-clipgrab-3.6.8
- directory tree listing: https://gist.github.com/b319063218d7e4f46c8b6dccf8c9b79a
Diffstat (limited to 'pkgs/applications/video/clipgrab')
-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 e9f172aad76e..031202ad646c 100644
--- a/pkgs/applications/video/clipgrab/default.nix
+++ b/pkgs/applications/video/clipgrab/default.nix
@@ -2,10 +2,10 @@
 
 stdenv.mkDerivation rec {
   name = "clipgrab-${version}";
-  version = "3.6.2";
+  version = "3.6.8";
 
   src = fetchurl {
-    sha256 = "0n7bhwkzknjpp54h54hxv1s8nsmmb7cwwf1aqpbcsnd7y6cv28nm";
+    sha256 = "0agp97g79mlqcwfz2xk5rdxw4kx0hm92xikdspbpxlfji1mkh10p";
     # The .tar.bz2 "Download" link is a binary blob, the source is the .tar.gz!
     url = "https://download.clipgrab.org/${name}.tar.gz";
   };