mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
gnome3.libmediaart: 1.9.1 → 1.9.4
This commit is contained in:
parent
d6c705a41d
commit
fc913f5dbf
1 changed files with 4 additions and 4 deletions
|
@ -4,15 +4,15 @@ let
|
|||
majorVersion = "1.9";
|
||||
in
|
||||
stdenv.mkDerivation rec {
|
||||
name = "libmediaart-${majorVersion}.1";
|
||||
name = "libmediaart-${majorVersion}.4";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/libmediaart/${majorVersion}/${name}.tar.xz";
|
||||
sha256 = "0jg9gwxmhdxcbwb5svgkxkd3yl1d14wqzckcgg2swkn81i7al52v";
|
||||
sha256 = "a57be017257e4815389afe4f58fdacb6a50e74fd185452b23a652ee56b04813d";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
buildInputs = [ glib gdk_pixbuf gobjectIntrospection ];
|
||||
nativeBuildInputs = [ pkgconfig gobjectIntrospection ];
|
||||
buildInputs = [ glib gdk_pixbuf ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Library tasked with managing, extracting and handling media art caches";
|
||||
|
|
Loading…
Reference in a new issue