summary refs log tree commit diff
path: root/pkgs/applications/networking
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-04-08 01:00:05 -0700
committerRobert Schütz <rschuetz17@gmail.com>2018-04-08 10:00:05 +0200
commit6593ce7ef91578df876df5d50ef7c150d5396d61 (patch)
tree421e955e9f3a32959dc67165d018944d905ec804 /pkgs/applications/networking
parent5aae2a899851640a03b862743fd32fb7ad3cc32e (diff)
downloadnixlib-6593ce7ef91578df876df5d50ef7c150d5396d61.tar
nixlib-6593ce7ef91578df876df5d50ef7c150d5396d61.tar.gz
nixlib-6593ce7ef91578df876df5d50ef7c150d5396d61.tar.bz2
nixlib-6593ce7ef91578df876df5d50ef7c150d5396d61.tar.lz
nixlib-6593ce7ef91578df876df5d50ef7c150d5396d61.tar.xz
nixlib-6593ce7ef91578df876df5d50ef7c150d5396d61.tar.zst
nixlib-6593ce7ef91578df876df5d50ef7c150d5396d61.zip
otter-browser: 0.9.94 -> 0.9.96 (#37239)
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. 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.9.96 with grep in /nix/store/hy3dyckwbq8x0ylgydqf3hsd0yyj38mf-otter-browser-0.9.96
- directory tree listing: https://gist.github.com/3ba5ac755cab96acd876703e94dff4b4
Diffstat (limited to 'pkgs/applications/networking')
-rw-r--r--pkgs/applications/networking/browsers/otter/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/browsers/otter/default.nix b/pkgs/applications/networking/browsers/otter/default.nix
index 93cf220e4996..0a8efb3aace9 100644
--- a/pkgs/applications/networking/browsers/otter/default.nix
+++ b/pkgs/applications/networking/browsers/otter/default.nix
@@ -1,7 +1,7 @@
 { stdenv, cmake, openssl, gst_all_1, fetchFromGitHub
 , qtbase, qtmultimedia, qtwebengine
-, version ? "0.9.94"
-, sourceSha ? "19mfm0f6qqkd78aa6q4nq1y9gnlasqiyk68zgqjp1i03g70h08k5"
+, version ? "0.9.96"
+, sourceSha ? "1xzfy3jjx9sskwwbk7l8hnwnjf8af62p4kjkydp0ld0j50apc39p"
 }:
 stdenv.mkDerivation {
   name = "otter-browser-${version}";