gnome.gnome-remote-desktop: 44.1 → 44.2

https://gitlab.gnome.org/GNOME/gnome-remote-desktop/-/compare/44.1...44.2
This commit is contained in:
Bobby Rong 2023-05-28 04:04:15 +00:00
parent cfab797e9d
commit 499a53a3f8
No known key found for this signature in database

View file

@ -30,11 +30,11 @@
stdenv.mkDerivation rec {
pname = "gnome-remote-desktop";
version = "44.1";
version = "44.2";
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${lib.versions.major version}/${pname}-${version}.tar.xz";
hash = "sha256-0RB+r47hNai/8Yqv1dDtTomLEoQdBLmZxUHZ1LJO9iM=";
hash = "sha256-ep/9NBtfy2NtJmden2JpZQlSFj//UpUydhjMLVzIe44=";
};
nativeBuildInputs = [