gnome.rygel: 0.42.3 → 0.42.4

https://gitlab.gnome.org/GNOME/rygel/-/compare/rygel-0.42.3...rygel-0.42.4
This commit is contained in:
Bobby Rong 2023-08-04 15:37:01 +00:00
parent 12c62ed616
commit ea1c770d87
No known key found for this signature in database

View File

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