Skip to content

Commit 853ba87

Browse files
Merge pull request #164327 from AndersonTorres/new-smplayer
smplayer: 21.10.0 -> 22.2.0
2 parents 9f3d358 + eefab18 commit 853ba87

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

pkgs/applications/video/smplayer/default.nix

+5-3
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,23 @@
88

99
stdenv.mkDerivation rec {
1010
pname = "smplayer";
11-
version = "21.10.0";
11+
version = "22.2.0";
1212

1313
src = fetchFromGitHub {
1414
owner = "smplayer-dev";
1515
repo = pname;
1616
rev = "v${version}";
17-
hash = "sha256-p6036c8KX3GCINmkjHZlDLgHhLKri+t2WNWzP4KsSI8=";
17+
hash = "sha256-7DMvIqW3vzjVzJPyjbXuHHcf1T6EFcf/a/mVYqa3XS8=";
1818
};
1919

2020
nativeBuildInputs = [
2121
qmake
2222
wrapQtAppsHook
2323
];
2424

25-
buildInputs = [ qtscript ];
25+
buildInputs = [
26+
qtscript
27+
];
2628

2729
dontUseQmakeConfigure = true;
2830

0 commit comments

Comments
 (0)