Merge pull request #42712 from r-ryantm/auto-update/deadbeef-mpris2-plugin

deadbeef-mpris2-plugin: 1.10 -> 1.11
This commit is contained in:
Jörg Thalheim 2018-06-28 22:21:08 +01:00 committed by GitHub
commit fe17a1fd23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "deadbeef-mpris2-plugin-${version}"; name = "deadbeef-mpris2-plugin-${version}";
version = "1.10"; version = "1.11";
src = fetchurl { src = fetchurl {
url = "https://github.com/Serranya/deadbeef-mpris2-plugin/releases/download/v${version}/${name}.tar.xz"; url = "https://github.com/Serranya/deadbeef-mpris2-plugin/releases/download/v${version}/${name}.tar.xz";
sha256 = "083fbvi06y85khr8hdm4rl5alxdanjbbyphizyr4hi93d7a0jg75"; sha256 = "1j631z34rwxf6wdjpsf8c2f1saq6qas1qmkgsg63m6zzpwqyizw0";
}; };
nativeBuildInputs = [ pkgconfig ]; nativeBuildInputs = [ pkgconfig ];