gnome.rygel: 0.42.2 → 0.42.3

https://gitlab.gnome.org/GNOME/rygel/-/compare/rygel-0.42.2...rygel-0.42.3
This commit is contained in:
Bobby Rong 2023-04-23 01:04:36 +00:00
parent f057d60a1d
commit a45bbf6c9b
No known key found for this signature in database

View file

@ -28,14 +28,14 @@
stdenv.mkDerivation rec {
pname = "rygel";
version = "0.42.2";
version = "0.42.3";
# TODO: split out lib
outputs = [ "out" "dev" ];
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "FYHjkw9dOv4XSHLJawoc014UJ5VCUffnMs5iZlOBioc=";
sha256 = "D97CEoU36LVcPFQNCoDcfCSaspFT9L4Bl6XzECWlpaA=";
};
patches = [