gnome.gnome-remote-desktop: 44.rc → 44.0
https://gitlab.gnome.org/GNOME/gnome-remote-desktop/-/compare/44.rc...44.0 Changelog-Reviewed-By: Bobby Rong <rjl931189261@126.com>
This commit is contained in:
parent
334391a4c5
commit
f976d638a3
1 changed files with 2 additions and 2 deletions
|
@ -30,11 +30,11 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "gnome-remote-desktop";
|
||||
version = "44.rc";
|
||||
version = "44.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/${pname}/${lib.versions.major version}/${pname}-${version}.tar.xz";
|
||||
hash = "sha256-rZYLgX+oG0/tlTkjeUxxBJESnWIsXRdjmL5ERnW7tbQ=";
|
||||
hash = "sha256-9+UIjBj9sIaQrgNL92oa6tWafc0Xsm4ffJl1SAUQoP0=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue