gnome-remote-desktop: 50.1 -> 50.2

https://gitlab.gnome.org/GNOME/gnome-remote-desktop/-/compare/50.1...50.2
This commit is contained in:
Tom Hunze
2026-07-18 21:12:38 +00:00
parent 9c5ec6dfca
commit 0bfb448840

View File

@@ -35,11 +35,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "gnome-remote-desktop";
version = "50.1";
version = "50.2";
src = fetchurl {
url = "mirror://gnome/sources/gnome-remote-desktop/${lib.versions.major finalAttrs.version}/gnome-remote-desktop-${finalAttrs.version}.tar.xz";
hash = "sha256-CJBJEZ4fJEL+l3PwKFNlztwgf0y8fOmvOI4VNmjisXE=";
hash = "sha256-Md9ij0ETVz8Tb/yNwAF2Ou1jPNhb7SHli8YfihffCR8=";
};
nativeBuildInputs = [