summary refs log tree commit diff
path: root/pkgs/applications/video
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-05-24 12:47:48 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-05-24 21:47:48 +0200
commit736d6e3b790de795bb24546b6a4423b7cb9eaf67 (patch)
treeda240bab08637d494d9875bf7ccf881820a9d071 /pkgs/applications/video
parent2e98e0c0032f4fb6630b76833309f108688f5955 (diff)
downloadnixlib-736d6e3b790de795bb24546b6a4423b7cb9eaf67.tar
nixlib-736d6e3b790de795bb24546b6a4423b7cb9eaf67.tar.gz
nixlib-736d6e3b790de795bb24546b6a4423b7cb9eaf67.tar.bz2
nixlib-736d6e3b790de795bb24546b6a4423b7cb9eaf67.tar.lz
nixlib-736d6e3b790de795bb24546b6a4423b7cb9eaf67.tar.xz
nixlib-736d6e3b790de795bb24546b6a4423b7cb9eaf67.tar.zst
nixlib-736d6e3b790de795bb24546b6a4423b7cb9eaf67.zip
smplayer: 18.4.0 -> 18.5.0 (#41040)
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/mll3p02g4sfglbg8d7z54y748z16rhwr-smplayer-18.5.0/bin/smplayer had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/mll3p02g4sfglbg8d7z54y748z16rhwr-smplayer-18.5.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.5.0 with grep in /nix/store/mll3p02g4sfglbg8d7z54y748z16rhwr-smplayer-18.5.0
- directory tree listing: https://gist.github.com/68e3b40c30899a9dbba0225f52760bda
- du listing: https://gist.github.com/e7152199c8f96f4ba4fdcc614d54f3d8
Diffstat (limited to 'pkgs/applications/video')
-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 49444e350de4..75dbb06235b9 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.4.0";
+  name = "smplayer-18.5.0";
 
   src = fetchurl {
     url = "mirror://sourceforge/smplayer/${name}.tar.bz2";
-    sha256 = "0q2fbg41djyxsy6jinlnidpcqxvs9bi91ga3fwlgnfh6kxsw2ldd";
+    sha256 = "0fxd8zmp5dyk7y9yymjhj2i5218nfvfqb4830pgzzjqz1zdax8rn";
   };
 
   buildInputs = [ qtscript ];