gnomeExtensions.night-theme-switcher: 40 -> 50 (#125725)

authored by

Mattherix and committed by
GitHub
576c0f0c a3d48849

+3 -3
+3 -3
pkgs/desktops/gnome/extensions/night-theme-switcher/default.nix
··· 2 3 stdenv.mkDerivation rec { 4 pname = "gnome-shell-extension-night-theme-switcher"; 5 - version = "40"; 6 7 src = fetchFromGitLab { 8 owner = "rmnvgr"; 9 repo = "nightthemeswitcher-gnome-shell-extension"; 10 rev = "v${version}"; 11 - sha256 = "0z11y18bgdc0y41hrrzzgi4lagm2cg06x12jgdnary1ycng7xja0"; 12 }; 13 14 nativeBuildInputs = [ unzip ]; ··· 25 26 meta = with lib; { 27 description = "Automatically change the GTK theme to dark variant when Night Light activates"; 28 - license = licenses.gpl3; 29 maintainers = with maintainers; [ jonafato ]; 30 homepage = "https://gitlab.com/rmnvgr/nightthemeswitcher-gnome-shell-extension/"; 31 };
··· 2 3 stdenv.mkDerivation rec { 4 pname = "gnome-shell-extension-night-theme-switcher"; 5 + version = "50"; 6 7 src = fetchFromGitLab { 8 owner = "rmnvgr"; 9 repo = "nightthemeswitcher-gnome-shell-extension"; 10 rev = "v${version}"; 11 + sha256 = "0rs08kr3wizs1vpkmm6pbcvnn7rz47yrq7vnb1s8d58yda9a850d"; 12 }; 13 14 nativeBuildInputs = [ unzip ]; ··· 25 26 meta = with lib; { 27 description = "Automatically change the GTK theme to dark variant when Night Light activates"; 28 + license = licenses.gpl3Plus; 29 maintainers = with maintainers; [ jonafato ]; 30 homepage = "https://gitlab.com/rmnvgr/nightthemeswitcher-gnome-shell-extension/"; 31 };