Merge pull request #103097 from jonafato/gnomeExtensions.night-theme-switcher-40

gnomeExtensions.night-theme-switcher: 36 -> 40
This commit is contained in:
Sandro 2021-01-18 18:37:47 +01:00 committed by GitHub
commit 87cddedb56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 ];