mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
Merge pull request #103097 from jonafato/gnomeExtensions.night-theme-switcher-40
gnomeExtensions.night-theme-switcher: 36 -> 40
This commit is contained in:
commit
87cddedb56
@ -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