Skip to content

Commit

Permalink
mpv: 0.26.0 -> 0.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dywedir authored and vbgl committed Sep 13, 2017
1 parent 9e7db9a commit 15002fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/video/mpv/default.nix
Expand Up @@ -81,13 +81,13 @@ let
};
in stdenv.mkDerivation rec {
name = "mpv-${version}";
version = "0.26.0";
version = "0.27.0";

src = fetchFromGitHub {
owner = "mpv-player";
repo = "mpv";
rev = "v${version}";
sha256 = "0d9pvsknjqmxj907y85fxh9xcbb5dafw2bh7rpwhgs9x4wdrbvv0";
sha256 = "0746kmsg69675y5c70vn8imcr9d1zpjz97f27xr1vx00yjpd518v";
};

patchPhase = ''
Expand Down

0 comments on commit 15002fb

Please sign in to comment.