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

mpvScripts.mpris: 0.9 -> 1.0
This commit is contained in:
Weijia Wang 2023-05-07 21:42:23 +03:00 committed by GitHub
commit a935eb74ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ];