gnome.gnome-remote-desktop: 46.3 → 46.4

https://gitlab.gnome.org/GNOME/gnome-remote-desktop/-/compare/46.3...46.4
This commit is contained in:
Bobby Rong 2024-08-06 12:55:36 +00:00
parent 4e2bd8b8e9
commit 2b214f090f
No known key found for this signature in database

View File

@ -30,11 +30,11 @@
stdenv.mkDerivation rec {
pname = "gnome-remote-desktop";
version = "46.3";
version = "46.4";
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${lib.versions.major version}/${pname}-${version}.tar.xz";
hash = "sha256-CMZlbxHUY560lyqJKej1AkJ9weLqAz4CyZK7Gkx315Q=";
hash = "sha256-KLwH6W2qFJy45NCldN8KLObsbOZHutyGFUzmEoIsxR4=";
};
nativeBuildInputs = [