media-player-info: 23 -> 24

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/media-player-info/versions.
This commit is contained in:
R. RyanTM 2018-08-24 00:44:14 -07:00
parent e78fd23564
commit c8ac6f7aae

View file

@ -1,7 +1,7 @@
{ stdenv, fetchurl, pkgconfig, python3, udev, systemd }:
let
name = "media-player-info-23";
name = "media-player-info-24";
in
stdenv.mkDerivation {
@ -9,7 +9,7 @@ in
src = fetchurl {
url = "https://www.freedesktop.org/software/media-player-info/${name}.tar.gz";
sha256 = "1jy8xh4xjgjc4wj4qrw6sx2j3606zsj4bgiczhzf3xlpnkh6vax9";
sha256 = "0d0i7av8v369hzvlynwlrbickv1brlzsmiky80lrjgjh1gdldkz6";
};
buildInputs = [ udev systemd ];