about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAnderson Torres <torres.anderson.85@protonmail.com>2022-03-15 23:34:50 -0300
committerGitHub <noreply@github.com>2022-03-15 23:34:50 -0300
commit853ba87ee8e19ce6c7bc0320f072995f71817853 (patch)
treea0bc3b2a3c305e979b9fde4502ae686d6d4ac47d
parent9f3d358286aba2a4e0701ffcae78b4768eb9ea97 (diff)
parenteefab1806f4c58103d20578ebdd4ddc6ea4354e1 (diff)
Merge pull request #164327 from AndersonTorres/new-smplayer
smplayer: 21.10.0 -> 22.2.0
-rw-r--r--pkgs/applications/video/smplayer/default.nix8
1 files changed, 5 insertions, 3 deletions
diff --git a/pkgs/applications/video/smplayer/default.nix b/pkgs/applications/video/smplayer/default.nix
index 6d4e0f18d6fba..eecb3a6b97498 100644
--- a/pkgs/applications/video/smplayer/default.nix
+++ b/pkgs/applications/video/smplayer/default.nix
@@ -8,13 +8,13 @@
 
 stdenv.mkDerivation rec {
   pname = "smplayer";
-  version = "21.10.0";
+  version = "22.2.0";
 
   src = fetchFromGitHub {
     owner = "smplayer-dev";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-p6036c8KX3GCINmkjHZlDLgHhLKri+t2WNWzP4KsSI8=";
+    hash = "sha256-7DMvIqW3vzjVzJPyjbXuHHcf1T6EFcf/a/mVYqa3XS8=";
   };
 
   nativeBuildInputs = [
@@ -22,7 +22,9 @@ stdenv.mkDerivation rec {
     wrapQtAppsHook
   ];
 
-  buildInputs = [ qtscript ];
+  buildInputs = [
+    qtscript
+  ];
 
   dontUseQmakeConfigure = true;