Skip to content

Commit

Permalink
Merge pull request #327562 from JohnRTitor/gnome-updates
Browse files Browse the repository at this point in the history
GNOME updates 16-07-2024
  • Loading branch information
JohnRTitor authored Jul 16, 2024
2 parents 6ecabf9 + 1ac045a commit ba861dc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/gn/gnome-keyring/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@

stdenv.mkDerivation rec {
pname = "gnome-keyring";
version = "46.1";
version = "46.2";

outputs = [ "out" "dev" ];

src = fetchurl {
url = "mirror://gnome/sources/gnome-keyring/${lib.versions.major version}/${pname}-${version}.tar.xz";
hash = "sha256-sdOukTL/L4s/JaGQeQiSlo49Cs+VKkh+QPZEqFUM4/Y=";
hash = "sha256-vybJZriot/MoXsyLs+RnucIPlTW5TcRRycVZ3c/2GSU=";
};

nativeBuildInputs = [
Expand Down
4 changes: 2 additions & 2 deletions pkgs/development/libraries/gvfs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@

stdenv.mkDerivation (finalAttrs: {
pname = "gvfs";
version = "1.54.1";
version = "1.54.2";

src = fetchurl {
url = "mirror://gnome/sources/gvfs/${lib.versions.majorMinor finalAttrs.version}/gvfs-${finalAttrs.version}.tar.xz";
hash = "sha256-rEo7zLf+FQIVjvD95cl5q0RxJVfQKKjk8wop8PvZ0Z8=";
hash = "sha256-VJCPThC18cIx6QMwyMFbfyHyu2EPGUwDSzOON5xQjjw=";
};

patches = [
Expand Down

0 comments on commit ba861dc

Please sign in to comment.