Unverified Commit a65c5584 authored by Fabián Heredia Montiel's avatar Fabián Heredia Montiel Committed by GitHub
Browse files

[Backport release-25.11] GNOME updates 2025-11-26 (#465596)

parents 6902a5bf ed0d8895
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,11 +19,11 @@

stdenv.mkDerivation rec {
  pname = "baobab";
  version = "49.0";
  version = "49.1";

  src = fetchurl {
    url = "mirror://gnome/sources/baobab/${lib.versions.major version}/baobab-${version}.tar.xz";
    hash = "sha256-GVwBgtxNf2lN0LTuNucuD0q3V4JfwjgjNAnuwt9IP64=";
    hash = "sha256-YkPJIAK+fpH13s0klhL6zipKEtN0Kv2IsIapS4dd/+A=";
  };

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

stdenv.mkDerivation (finalAttrs: {
  pname = "epiphany";
  version = "49.1";
  version = "49.2";

  src = fetchurl {
    url = "mirror://gnome/sources/epiphany/${lib.versions.major finalAttrs.version}/epiphany-${finalAttrs.version}.tar.xz";
    hash = "sha256-12fFy7niVmvJkD1BG2iWFh40P3EqozMFNlc52N7axSE=";
    hash = "sha256-s7o9aCE+h/gfFzPoVQDDe4K1k4+QCeT+iZlJY9X7K44=";
  };

  nativeBuildInputs = [
+2 −2
Original line number Diff line number Diff line
@@ -43,7 +43,7 @@ in

stdenv.mkDerivation (finalAttrs: {
  pname = "gdm";
  version = "49.1";
  version = "49.2";

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

  src = fetchurl {
    url = "mirror://gnome/sources/gdm/${lib.versions.major finalAttrs.version}/gdm-${finalAttrs.version}.tar.xz";
    hash = "sha256-adpdExncLGit9c05StWb7Jm7LiTyhARaG7Ss13QAROU=";
    hash = "sha256-mBNjH59fD4YOoUpDeGbmDvx77TAjt8O3Zcxd4d5ZegY=";
  };

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

stdenv.mkDerivation rec {
  pname = "gnome-boxes";
  version = "49.0";
  version = "49.1";

  src = fetchurl {
    url = "mirror://gnome/sources/gnome-boxes/${lib.versions.major version}/gnome-boxes-${version}.tar.xz";
    hash = "sha256-+kcmbab173qQTFuHadTYcbzNTmtjmjY8MjVDjXsOdXo=";
    hash = "sha256-VUeIAd3Qg4IL0yMZKoN04E879CoOcSYy0F5olVMORMo=";
  };

  patches = [
+2 −2
Original line number Diff line number Diff line
@@ -27,11 +27,11 @@

stdenv.mkDerivation rec {
  pname = "gnome-calculator";
  version = "49.1.1";
  version = "49.2";

  src = fetchurl {
    url = "mirror://gnome/sources/gnome-calculator/${lib.versions.major version}/gnome-calculator-${version}.tar.xz";
    hash = "sha256-hA00We1p8nh6lmn5b2s/nv8Wy0hpAMcZrCUsQkVjRj0=";
    hash = "sha256-3fTNLt2hNcQcivaPnAzc2dmpFjy59/jijKLI6B/Ydlc=";
  };

  nativeBuildInputs = [
Loading