mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 11:34:13 +00:00
gnomeExtensions.night-theme-switcher: 36 -> 40
Night Theme Switcher has a new release with bug fixes and new features, most notably GNOME Shell 3.38 support. [Full changelog](https://gitlab.com/rmnvgr/nightthemeswitcher-gnome-shell-extension/-/compare/v36...v40)
This commit is contained in:
parent
ba3b59939f
commit
a259abc40a
@ -2,13 +2,13 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "gnome-shell-extension-night-theme-switcher";
|
||||
version = "36";
|
||||
version = "40";
|
||||
|
||||
src = fetchFromGitLab {
|
||||
owner = "rmnvgr";
|
||||
repo = "nightthemeswitcher-gnome-shell-extension";
|
||||
rev = "v${version}";
|
||||
sha256 = "1c88979qprwb5lj0v7va017w7rdr89a648anhw4k5q135jwyskpz";
|
||||
sha256 = "0z11y18bgdc0y41hrrzzgi4lagm2cg06x12jgdnary1ycng7xja0";
|
||||
};
|
||||
|
||||
buildInputs = [ glib gnome3.gnome-shell unzip ];
|
||||
|
Loading…
Reference in New Issue
Block a user