gnomeExtensions.night-theme-switcher: 50 -> 53 (#142346)

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
conduit-nginx
Olli Helenius 2021-10-22 14:14:36 +03:00 committed by GitHub
parent 11c76c639d
commit 5bf370b226
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "gnome-shell-extension-night-theme-switcher";
version = "50";
version = "53";
src = fetchFromGitLab {
owner = "rmnvgr";
repo = "nightthemeswitcher-gnome-shell-extension";
rev = "v${version}";
sha256 = "0rs08kr3wizs1vpkmm6pbcvnn7rz47yrq7vnb1s8d58yda9a850d";
rev = version;
sha256 = "0dgnh1aj0y89jzfkpj8zs4gdbmyc1v8lbki2q30gld17ljv4l6lh";
};
nativeBuildInputs = [ unzip ];