gnome-session: 46.0 → 47.0.1

https://gitlab.gnome.org/GNOME/gnome-session/-/compare/46.0...47.0.1

Applied from pull request 343127.

Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com>
This commit is contained in:
Fabián Heredia Montiel 2024-09-19 23:59:27 +00:00 committed by Bobby Rong
parent c987006cda
commit 935587034a
No known key found for this signature in database

View File

@ -34,7 +34,7 @@
stdenv.mkDerivation (finalAttrs: {
pname = "gnome-session";
# Also bump ./ctl.nix when bumping major version.
version = "46.0";
version = "47.0.1";
outputs = [
"out"
@ -43,7 +43,7 @@ stdenv.mkDerivation (finalAttrs: {
src = fetchurl {
url = "mirror://gnome/sources/gnome-session/${lib.versions.major finalAttrs.version}/gnome-session-${finalAttrs.version}.tar.xz";
hash = "sha256-xuFiSvYJC8ThoZH+Imir+nqN4HgxynpX8hfmeb97mlQ=";
hash = "sha256-Vq6caOSZlXk+sglrzcRTOxEWaeHlTItuCx2VL2peinA=";
};
patches = [