xdg-desktop-portal-gnome: 45.beta → 45.rc
https://gitlab.gnome.org/GNOME/xdg-desktop-portal-gnome/-/compare/45.beta...45.rc meson change looks okay. Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com> Changelog-reviewed-by: Jan Tojnar <jtojnar@gmail.com>
This commit is contained in:
parent
056a3ad6fd
commit
dc30c9d189
1 changed files with 2 additions and 2 deletions
|
@ -20,11 +20,11 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "xdg-desktop-portal-gnome";
|
||||
version = "45.beta";
|
||||
version = "45.rc";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/${pname}/${lib.versions.major version}/${pname}-${version}.tar.xz";
|
||||
sha256 = "ABoS+EgmZwUHaiBgVQO9P/gkzhdefpcOTIpdJ4IokNM=";
|
||||
sha256 = "VJBVS66DB2CIus9NpzVULMBaFMBjzxw7S3fJZibY4cI=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue