summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-06-27 14:58:38 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-06-27 23:58:38 +0200
commit3688ab8f5d524cd54fd3f4e3d820d82f77f2940d (patch)
tree1793d3b6635a520506d8b6a85cab6599856b9647 /pkgs
parented533ba946e452d8db4b85d8a15bea9472f022a0 (diff)
downloadnixlib-3688ab8f5d524cd54fd3f4e3d820d82f77f2940d.tar
nixlib-3688ab8f5d524cd54fd3f4e3d820d82f77f2940d.tar.gz
nixlib-3688ab8f5d524cd54fd3f4e3d820d82f77f2940d.tar.bz2
nixlib-3688ab8f5d524cd54fd3f4e3d820d82f77f2940d.tar.lz
nixlib-3688ab8f5d524cd54fd3f4e3d820d82f77f2940d.tar.xz
nixlib-3688ab8f5d524cd54fd3f4e3d820d82f77f2940d.tar.zst
nixlib-3688ab8f5d524cd54fd3f4e3d820d82f77f2940d.zip
smplayer: 18.5.0 -> 18.6.0 (#42674)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/9qa6s45c82jpkwqaf32i423my6by5ynk-smplayer-18.6.0/bin/smplayer had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/9qa6s45c82jpkwqaf32i423my6by5ynk-smplayer-18.6.0/bin/simple_web_server had a zero exit code or showed the expected version
- 0 of 2 passed binary check by having a zero exit code.
- 0 of 2 passed binary check by having the new version present in output.
- found 18.6.0 with grep in /nix/store/9qa6s45c82jpkwqaf32i423my6by5ynk-smplayer-18.6.0
- directory tree listing: https://gist.github.com/8b3f0826d462c03465088136a4d84512
- du listing: https://gist.github.com/f1d3e833d4b6317c73836b43e52e12fe
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/video/smplayer/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/video/smplayer/default.nix b/pkgs/applications/video/smplayer/default.nix
index 75dbb06235b9..107939086325 100644
--- a/pkgs/applications/video/smplayer/default.nix
+++ b/pkgs/applications/video/smplayer/default.nix
@@ -1,11 +1,11 @@
 { stdenv, fetchurl, qmake, qtscript }:
 
 stdenv.mkDerivation rec {
-  name = "smplayer-18.5.0";
+  name = "smplayer-18.6.0";
 
   src = fetchurl {
     url = "mirror://sourceforge/smplayer/${name}.tar.bz2";
-    sha256 = "0fxd8zmp5dyk7y9yymjhj2i5218nfvfqb4830pgzzjqz1zdax8rn";
+    sha256 = "0pb862l175ycm6fm90nryzgbqy8kbwpv3i6cbn13h7jh1yrz8nqx";
   };
 
   buildInputs = [ qtscript ];