mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
xdg-desktop-portal-gnome: 46.2 → 47.beta
https://gitlab.gnome.org/GNOME/xdg-desktop-portal-gnome/-/compare/46.2...47.beta Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com>
This commit is contained in:
parent
ae7dcafe08
commit
ea8ec9292f
@ -22,11 +22,11 @@
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "xdg-desktop-portal-gnome";
|
||||
version = "46.2";
|
||||
version = "47.beta";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/xdg-desktop-portal-gnome/${lib.versions.major finalAttrs.version}/xdg-desktop-portal-gnome-${finalAttrs.version}.tar.xz";
|
||||
hash = "sha256-tcZeol6Eg1AtAzphO+bca3GIOsB/Gj5HStGAScR9FtY=";
|
||||
hash = "sha256-p2f8inlxYZw3HB9uc2zJSb+cRyj0rXYNTGgFxUZjJrg=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user