libgudev: 232 → 233
https://ftp.gnome.org/pub/gnome/sources/folks/0.13/folks-0.13.1.news
This commit is contained in:
parent
3ff9b6edec
commit
af4e271db9
@ -1,16 +1,21 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, udev, glib, gobject-introspection, gnome3 }:
|
{ stdenv
|
||||||
|
, fetchurl
|
||||||
|
, pkgconfig
|
||||||
|
, udev
|
||||||
|
, glib
|
||||||
|
, gobject-introspection
|
||||||
|
, gnome3
|
||||||
|
}:
|
||||||
|
|
||||||
let
|
stdenv.mkDerivation rec {
|
||||||
pname = "libgudev";
|
pname = "libgudev";
|
||||||
in stdenv.mkDerivation rec {
|
version = "233";
|
||||||
name = "libgudev-${version}";
|
|
||||||
version = "232";
|
|
||||||
|
|
||||||
outputs = [ "out" "dev" ];
|
outputs = [ "out" "dev" ];
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${name}.tar.xz";
|
url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
|
||||||
sha256 = "ee4cb2b9c573cdf354f6ed744f01b111d4b5bed3503ffa956cefff50489c7860";
|
sha256 = "00xvva04lgqamhnf277lg32phjn971wgpc9cxvgf5x13xdq4jz2q";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig gobject-introspection ];
|
nativeBuildInputs = [ pkgconfig gobject-introspection ];
|
||||||
|
Loading…
Reference in New Issue
Block a user