gnome.gnome-session: 44.0 → 45.0
https://gitlab.gnome.org/GNOME/gnome-session/-/compare/44.0...45.0 NEWS look okay. The builtin thing is still there. - Two crashers fixes - Fix inverted boolean in the "null" system backend - Translation updates Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com> Changelog-reviewed-by: Jan Tojnar <jtojnar@gmail.com> Co-authored-by: Maxine Aubrey <maxeaubrey@gmail.com>
This commit is contained in:
committed by
Jan Tojnar
co-authored by
Maxine Aubrey
parent
2d06eac75f
commit
3f3143256d
@@ -1,5 +1,4 @@
|
||||
{ fetchurl
|
||||
, fetchpatch
|
||||
, lib
|
||||
, stdenv
|
||||
, substituteAll
|
||||
@@ -32,13 +31,13 @@
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "gnome-session";
|
||||
# Also bump ./ctl.nix when bumping major version.
|
||||
version = "44.0";
|
||||
version = "45.0";
|
||||
|
||||
outputs = [ "out" "sessions" ];
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/gnome-session/${lib.versions.major version}/${pname}-${version}.tar.xz";
|
||||
sha256 = "zPgpqWUmE16en5F1JlFdNqUJK9+jFvNzfdjFpSTb8sY=";
|
||||
sha256 = "cG0v/KysOFU6PAGFeT9aK0qslAu154nZU8mAgWO+8vE=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
@@ -48,12 +47,6 @@ stdenv.mkDerivation rec {
|
||||
dbusLaunch = "${dbus.lib}/bin/dbus-launch";
|
||||
bash = "${bash}/bin/bash";
|
||||
})
|
||||
# See #226355. Can be removed on update to v45.
|
||||
(fetchpatch {
|
||||
name = "fix-gnome-boxes-crash.patch";
|
||||
url = "https://gitlab.gnome.org/GNOME/gnome-session/commit/fab1a3b91677035d541de2c141f8073c4057342c.patch";
|
||||
hash = "sha256-2xeoNgV8UDexkufXDqimAplX0GC99tUWUqjw3kfN+5Q=";
|
||||
})
|
||||
];
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
||||
Reference in New Issue
Block a user