We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 53e6778 commit 645f11bCopy full SHA for 645f11b
pkgs/applications/video/smplayer/default.nix
@@ -1,11 +1,11 @@
1
{ stdenv, fetchurl, qmake, qtscript }:
2
3
stdenv.mkDerivation rec {
4
- name = "smplayer-17.6.0";
+ name = "smplayer-17.7.0";
5
6
src = fetchurl {
7
url = "mirror://sourceforge/smplayer/${name}.tar.bz2";
8
- sha256 = "0kgrkn50sgr79jfj66p59wka17prnxibf7fbfpg5m0n95kdkr7rg";
+ sha256 = "1g35h8xqs2bdwjdibzgs1ab2z2lmwgj8h53a7vqydv3j3crxx9wk";
9
};
10
11
buildInputs = [ qtscript ];
0 commit comments