Unverified Commit cc4951bf authored by maxine's avatar maxine Committed by GitHub
Browse files

Merge pull request #247134 from bobby285271/upd/gnome

parents 305d43f7 ea1c770d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -45,11 +45,11 @@ in

stdenv.mkDerivation rec {
  pname = "gnome-software";
  version = "44.3";
  version = "44.4";

  src = fetchurl {
    url = "mirror://gnome/sources/gnome-software/${lib.versions.major version}/${pname}-${version}.tar.xz";
    sha256 = "Mlq7ciyrILaqZ/FY6i/y6omYMMoKiD4kWU2d74X9FiI=";
    sha256 = "i1N2fvbMVKLbWI7xxZJoOLDWe42bIRc95ROc0PvSgJU=";
  };

  patches = [
+2 −2
Original line number Diff line number Diff line
@@ -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 = [
+3 −2
Original line number Diff line number Diff line
@@ -17,11 +17,11 @@

stdenv.mkDerivation rec {
  pname = "gupnp-tools";
  version = "0.12.0";
  version = "0.12.1";

  src = fetchurl {
    url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
    sha256 = "XqdgfuNlZCxVWSf+3FteH+COdPBh0MPrCL2QG16yAII=";
    sha256 = "U8+TEj85fo+PC46eQ2TIanUCpTNPTAvi4FSoJEeL1bo=";
  };

  nativeBuildInputs = [
@@ -42,6 +42,7 @@ stdenv.mkDerivation rec {
  ];

  # new libxml2 version
  # TODO: can be dropped on next update
  NIX_CFLAGS_COMPILE = [ "-Wno-error=deprecated-declarations" ];

  passthru = {