summary refs log tree commit diff
path: root/pkgs/applications/video
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-05-02 08:34:48 -0700
committerRobin Gloster <mail@glob.in>2018-05-02 21:38:12 +0200
commite53b92247f6f6910d8067e74bcca73ec5d694641 (patch)
treefbf2e34b434444b09969dc0b7ffd740217a3f825 /pkgs/applications/video
parent66aedd583e4219d4e1360ec97c67983f05ac1f59 (diff)
downloadnixlib-e53b92247f6f6910d8067e74bcca73ec5d694641.tar
nixlib-e53b92247f6f6910d8067e74bcca73ec5d694641.tar.gz
nixlib-e53b92247f6f6910d8067e74bcca73ec5d694641.tar.bz2
nixlib-e53b92247f6f6910d8067e74bcca73ec5d694641.tar.lz
nixlib-e53b92247f6f6910d8067e74bcca73ec5d694641.tar.xz
nixlib-e53b92247f6f6910d8067e74bcca73ec5d694641.tar.zst
nixlib-e53b92247f6f6910d8067e74bcca73ec5d694641.zip
webtorrent_desktop: 0.19.0 -> 0.20.0
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/webtorrent-desktop/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 0.20.0 with grep in /nix/store/8fnyx3djgy1c7zx3qw88rnn3cn3nd5by-webtorrent-desktop-0.20.0
- directory tree listing: https://gist.github.com/4f5e4c39966d009716488da050623a98
Diffstat (limited to 'pkgs/applications/video')
-rw-r--r--pkgs/applications/video/webtorrent_desktop/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/video/webtorrent_desktop/default.nix b/pkgs/applications/video/webtorrent_desktop/default.nix
index bb519ef3dab0..b03ca2328b39 100644
--- a/pkgs/applications/video/webtorrent_desktop/default.nix
+++ b/pkgs/applications/video/webtorrent_desktop/default.nix
@@ -39,13 +39,13 @@
     ]);
   in stdenv.mkDerivation rec {
     name = "webtorrent-desktop-${version}";
-    version = "0.19.0";
+    version = "0.20.0";
 
     src =
       if stdenv.system == "x86_64-linux" then
         fetchurl {
-          url = "https://github.com/webtorrent/webtorrent-desktop/releases/download/v0.19.0/webtorrent-desktop_${version}-1_amd64.deb";
-          sha256 = "0v4fgvf8qgxjwg5kz30pcxl71pi9rri0l3cy20pid07rdd6r4sgd";
+          url = "https://github.com/webtorrent/webtorrent-desktop/releases/download/v0.20.0/webtorrent-desktop_${version}-1_amd64.deb";
+          sha256 = "1kkrnbimiip5pn2nwpln35bbdda9gc3cgrjwphq4fqasbjf2781k";
         }
         else
           throw "Webtorrent is not currently supported on ${stdenv.system}";