gnome.gnome-remote-desktop: 42.3 -> 42.4

This commit is contained in:
R. Ryantm 2022-08-13 22:33:39 +00:00
parent 4f90372bb7
commit 5935f45f1a

View file

@ -28,11 +28,11 @@
stdenv.mkDerivation rec {
pname = "gnome-remote-desktop";
version = "42.3";
version = "42.4";
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${lib.versions.major version}/${pname}-${version}.tar.xz";
hash = "sha256-opatWPizvawOLg2H2xKpOV5ydwqWDnh/vMG+PwBotkI=";
hash = "sha256-TU0jPvov+lRnMGo8w86Le6IyUtQtSxJy1crJ1d5Fy5o=";
};
nativeBuildInputs = [