mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-01 03:12:51 +00:00
gnome.gnome-applets: 3.46.0 → 3.49.1
https://gitlab.gnome.org/GNOME/gnome-applets/-/compare/3.46.0...3.49.1
Moves dbus files to share/dbus-1/session.d
55a2e6d619
Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com>
Changelog-reviewed-by: Jan Tojnar <jtojnar@gmail.com>
This commit is contained in:
parent
62ea528993
commit
bcd5a66b1b
@ -23,11 +23,11 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "gnome-applets";
|
||||
version = "3.46.0";
|
||||
version = "3.49.1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
|
||||
sha256 = "TwRjyoDzCUA4WzCcHmkCWIxx2XFQxlQOg083Tk0nrPc=";
|
||||
sha256 = "o6dOs2/E7g1ujkS4pwojqfu6Feh6ulMuz88Zx3hA0UE=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user