Merge pull request #327562 from JohnRTitor/gnome-updates

GNOME updates 16-07-2024
This commit is contained in:
Masum Reza 2024-07-16 23:56:29 +05:30 committed by GitHub
commit ba861dc039
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -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 = [

View File

@ -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 = [