about summary refs log tree commit diff
path: root/pkgs/applications/video
diff options
context:
space:
mode:
authorLassulus <github@lassul.us>2020-08-20 22:15:58 +0200
committerGitHub <noreply@github.com>2020-08-20 22:15:58 +0200
commitb3e491c33d3aee37fd10df6a2fe54611b6f8afdf (patch)
tree2bd6178cd318dae615054fa0f6c2647c9747fb81 /pkgs/applications/video
parent90892df95b8651fa07fed38a230cfc414bd90527 (diff)
parent3331e1af702c7f9d349bd863c75523ec79d7908a (diff)
Merge pull request #92589 from r-ryantm/auto-update/smplayer
smplayer: 20.4.2 -> 20.6.0
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 85c71e86a649d..a8d2aaaff0ee7 100644
--- a/pkgs/applications/video/smplayer/default.nix
+++ b/pkgs/applications/video/smplayer/default.nix
@@ -2,11 +2,11 @@
 
 mkDerivation rec {
   pname = "smplayer";
-  version = "20.4.2";
+  version = "20.6.0";
 
   src = fetchurl {
     url = "mirror://sourceforge/${pname}/${pname}-${version}.tar.bz2";
-    sha256 = "0kqdx6q2274gm83rycvdcglka60ymdk4iw2lc39iw7z1zgsv6ky3";
+    sha256 = "0c59gfgm2ya8yb2nx7gy1zc0nrr4206213xy86y7jw0bk9mmjxmy";
   };
 
   buildInputs = [ qtscript ];