Unverified Commit a935eb74 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #230488 from r-ryantm/auto-update/mpvScripts.mpris

mpvScripts.mpris: 0.9 -> 1.0
parents 3cffe4e6 c9bac795
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
  pname = "mpv-mpris";
  version = "0.9";
  version = "1.0";

  src = fetchFromGitHub {
    owner = "hoyon";
    repo = "mpv-mpris";
    rev = version;
    sha256 = "sha256-leW7oCWTnJuprVnJJ+iXd3nuB2VXl3fw8FmPxv7d6rA=";
    sha256 = "sha256-7kPpCfiWe58V4fBOsEVvGoGeNIlMUAyD1fqS5/8k/e4=";
  };

  nativeBuildInputs = [ pkg-config ];