gnome.gnome-remote-desktop: 43.2 → 43.3

https://gitlab.gnome.org/GNOME/gnome-remote-desktop/-/compare/43.2...43.3
This commit is contained in:
Bobby Rong 2023-01-12 12:22:27 +00:00
parent 3300156bf1
commit a8fb2db2fe
No known key found for this signature in database

View file

@ -30,11 +30,11 @@
stdenv.mkDerivation rec {
pname = "gnome-remote-desktop";
version = "43.2";
version = "43.3";
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${lib.versions.major version}/${pname}-${version}.tar.xz";
hash = "sha256-hKn9Zam62M73NIL9otIKzRIvC4Uhsd6GyUE4ibn6l3E=";
hash = "sha256-EdRR0f3kTxgJ6/Ya/0vqX570/cAjWaiWR/bp59RUKaw=";
};
nativeBuildInputs = [