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:
parent
e78fd23564
commit
c8ac6f7aae
|
@ -1,7 +1,7 @@
|
||||||
{ stdenv, fetchurl, pkgconfig, python3, udev, systemd }:
|
{ stdenv, fetchurl, pkgconfig, python3, udev, systemd }:
|
||||||
|
|
||||||
let
|
let
|
||||||
name = "media-player-info-23";
|
name = "media-player-info-24";
|
||||||
in
|
in
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
|
@ -9,7 +9,7 @@ in
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://www.freedesktop.org/software/media-player-info/${name}.tar.gz";
|
url = "https://www.freedesktop.org/software/media-player-info/${name}.tar.gz";
|
||||||
sha256 = "1jy8xh4xjgjc4wj4qrw6sx2j3606zsj4bgiczhzf3xlpnkh6vax9";
|
sha256 = "0d0i7av8v369hzvlynwlrbickv1brlzsmiky80lrjgjh1gdldkz6";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ udev systemd ];
|
buildInputs = [ udev systemd ];
|
||||||
|
|
Loading…
Reference in New Issue