Skip to content

Commit 229e338

Browse files
committedApr 24, 2017
mpv: 0.24.0 -> 0.25.0
1 parent 71c7ca7 commit 229e338

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pkgs/applications/video/mpv/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -79,13 +79,13 @@ let
7979
};
8080
in stdenv.mkDerivation rec {
8181
name = "mpv-${version}";
82-
version = "0.24.0";
82+
version = "0.25.0";
8383

8484
src = fetchFromGitHub {
8585
owner = "mpv-player";
8686
repo = "mpv";
8787
rev = "v${version}";
88-
sha256 = "1aq1lvhw4l0i2gc9x6ijaaj2h3894jbcpd4j055n0y9vg9vqm6yy";
88+
sha256 = "16r3fyq472hzxnh6g3gm520pmw1ybslaki3pqjm2d9jnd2md1pa5";
8989
};
9090

9191
patchPhase = ''

0 commit comments

Comments
 (0)
Please sign in to comment.