gnome.gnome-remote-desktop: 45.rc → 45.0
https://gitlab.gnome.org/GNOME/gnome-remote-desktop/-/compare/45.rc...45.0 Include DRM format modifiers when resizing PipeWire stream. Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com> Changelog-reviewed-by: Jan Tojnar <jtojnar@gmail.com>
This commit is contained in:
parent
9f18ead6cc
commit
6c4b1f0d51
1 changed files with 2 additions and 2 deletions
|
@ -27,11 +27,11 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "gnome-remote-desktop";
|
||||
version = "45.rc";
|
||||
version = "45.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/${pname}/${lib.versions.major version}/${pname}-${version}.tar.xz";
|
||||
hash = "sha256-gmRsPbnfBE2ApyroufmgF3hPBUaMXcTwAUF8mKnwt6U=";
|
||||
hash = "sha256-y5kxEtWjyiHsIX3y2EBo5MrSpKpsq1Lw4Yb6EVL3o4E=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue