Unverified Commit 28f456e3 authored by Bobby Rong's avatar Bobby Rong Committed by GitHub
Browse files

GNOME updates 2024-11-05 (#353824)

parents df10ec72 70ca880f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -74,11 +74,11 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "gnome-control-center";
  version = "47.0.1";
  version = "47.1.1";

  src = fetchurl {
    url = "mirror://gnome/sources/gnome-control-center/${lib.versions.major finalAttrs.version}/gnome-control-center-${finalAttrs.version}.tar.xz";
    hash = "sha256-h+7fdDN7PGHfGaDcjCW1wpYp+1+Rm+w0y9CkscfbNWc=";
    hash = "sha256-BR/UBXFX9LIzcBP778luPRKWVOP8lg1ISdNUJSQAvnc=";
  };

  patches = [
+2 −2
Original line number Diff line number Diff line
@@ -31,13 +31,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "gnome-online-accounts";
  version = "3.52.0";
  version = "3.52.1";

  outputs = [ "out" "dev" ] ++ lib.optionals enableBackend [ "man" "devdoc" ];

  src = fetchurl {
    url = "mirror://gnome/sources/gnome-online-accounts/${lib.versions.majorMinor finalAttrs.version}/gnome-online-accounts-${finalAttrs.version}.tar.xz";
    hash = "sha256-YxlTqdnqCYsmigu+LfGMu+xngVicrGsEVSFGCe4Su9g=";
    hash = "sha256-N8dSL/lFT4NxtahyW7p27XQwyVsfnvx/66YmjwUtHrc=";
  };

  mesonFlags = [
+2 −2
Original line number Diff line number Diff line
@@ -31,11 +31,11 @@

stdenv.mkDerivation rec {
  pname = "gnome-remote-desktop";
  version = "47.0";
  version = "47.1";

  src = fetchurl {
    url = "mirror://gnome/sources/gnome-remote-desktop/${lib.versions.major version}/gnome-remote-desktop-${version}.tar.xz";
    hash = "sha256-iqVXdXV7KZ3r5Bfhaebij+y/GM5hHtF2+g1lCrU0R3Y=";
    hash = "sha256-BG0Py4m4jQskaczTUGPbW0KkUfkHEbU/H6OrFJGsGN4=";
  };

  nativeBuildInputs = [
+2 −2
Original line number Diff line number Diff line
@@ -15,11 +15,11 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "gnome-shell-extensions";
  version = "47.0";
  version = "47.1";

  src = fetchurl {
    url = "mirror://gnome/sources/gnome-shell-extensions/${lib.versions.major finalAttrs.version}/gnome-shell-extensions-${finalAttrs.version}.tar.xz";
    hash = "sha256-UPBPe6UO3tEM6gekcF+zNj6Gkm0QARvlslA3Vmdwg08=";
    hash = "sha256-6UOMxdOfmHXf0E6gq7UeWWLqrVwgJ0EjJDsWEgmLOoU=";
  };

  patches = [
+2 −2
Original line number Diff line number Diff line
@@ -70,7 +70,7 @@ let
in
stdenv.mkDerivation (finalAttrs: {
  pname = "gnome-shell";
  version = "47.0";
  version = "47.1";

  outputs = [
    "out"
@@ -79,7 +79,7 @@ stdenv.mkDerivation (finalAttrs: {

  src = fetchurl {
    url = "mirror://gnome/sources/gnome-shell/${lib.versions.major finalAttrs.version}/gnome-shell-${finalAttrs.version}.tar.xz";
    hash = "sha256-eiB3DGKQrWmpqCyEl8sn4b+GPzh9sl6Y5ULk9sXwbe0=";
    hash = "sha256-tGdXX4wVnSBVclhRfw3Wjf0BR9EbSNl6uOH3CbxSKmM=";
  };

  patches = [
Loading