Unverified Commit 605126dd authored by Bobby Rong's avatar Bobby Rong Committed by GitHub
Browse files

GNOME updates 2024-12-19 (#366551)

parents 8a324555 d8285f30
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,14 +19,14 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "aisleriot";
  version = "3.22.33";
  version = "3.22.34";

  src = fetchFromGitLab {
    domain = "gitlab.gnome.org";
    owner = "GNOME";
    repo = "aisleriot";
    rev = finalAttrs.version;
    hash = "sha256-HylhDBgkAJrrs/r42v3aDNR8mBJaqnJHyY7T3QW1eWg=";
    hash = "sha256-XaEyh1ZXBvW/4tfuQyEFzvnE2Vv7+4lTUfeXoSCMnHM=";
  };

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

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

  src = fetchurl {
    url = "mirror://gnome/sources/gnome-calculator/${lib.versions.major version}/gnome-calculator-${version}.tar.xz";
    hash = "sha256-3s2yMoO12+70CVG2nq99S4DAw4gN2wGGP58PFVT4mYs=";
    hash = "sha256-vp+SJ5m35+ZclzSLm35kf/4zyDG7OlHTniwWjSrcQOA=";
  };

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

stdenv.mkDerivation rec {
  pname = "gnome-contacts";
  version = "47.0";
  version = "47.1.1";

  src = fetchurl {
    url = "mirror://gnome/sources/gnome-contacts/${lib.versions.major version}/gnome-contacts-${version}.tar.xz";
    hash = "sha256-JePG95coGIr6XwzV0L6F3EZ9EttqLZi1SvPfDctCkNA=";
    hash = "sha256-R+GuRbcEGgXV4nZJ2RLiwwAlYYisRg7cukaJnGYIpHg=";
  };

  nativeBuildInputs = [
+2 −2
Original line number Diff line number Diff line
@@ -30,14 +30,14 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "gnome-terminal";
  version = "3.54.1";
  version = "3.54.2";

  src = fetchFromGitLab {
    domain = "gitlab.gnome.org";
    owner = "GNOME";
    repo = "gnome-terminal";
    rev = finalAttrs.version;
    hash = "sha256-1Lu/qaeMUL8QvZGIxq2iuI7lfZSB+jMjkI2Jg6qULI0=";
    hash = "sha256-81dOdmIwa3OmuUTciTlearqic6bFMfiX1nvoIxJCt/M=";
  };

  nativeBuildInputs = [
+4 −4
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@
  libxml2,
  yelp-tools,
  docbook_xsl,
  docbook_xml_dtd_412,
  docbook_xml_dtd_45,
  gsettings-desktop-schemas,
  unzip,
  unicode-character-database,
@@ -47,7 +47,7 @@ let
in
stdenv.mkDerivation (finalAttrs: {
  pname = "gucharmap";
  version = "16.0.1";
  version = "16.0.2";

  outputs = [
    "out"
@@ -61,7 +61,7 @@ stdenv.mkDerivation (finalAttrs: {
    owner = "GNOME";
    repo = "gucharmap";
    rev = finalAttrs.version;
    hash = "sha256-eQ27TIggwQ2RjDQO5ytVrUT7iNtbP5HOwMcpzweMW8A=";
    hash = "sha256-UaXgQIhAoI27iYWgZuZeO7Lv6J9pj06HPp0SZs/5abM=";
  };

  strictDeps = true;
@@ -77,7 +77,7 @@ stdenv.mkDerivation (finalAttrs: {
      itstool
      gtk-doc
      docbook_xsl
      docbook_xml_dtd_412
      docbook_xml_dtd_45
      yelp-tools
      libxml2
      desktop-file-utils
Loading