gnomeExtension.tilingnome: 2019-01-18 -> 2019-09-19

This commit is contained in:
worldofpeace 2019-09-23 18:54:22 -04:00 committed by Jan Tojnar
parent 3e0539af09
commit eebc63aabd
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4

View file

@ -1,14 +1,14 @@
{ stdenv, lib, fetchFromGitHub, glib, gnome3 }: { stdenv, lib, fetchFromGitHub, glib, gnome3 }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "gnome-shell-extension-tilingnome"; pname = "gnome-shell-extension-tilingnome-unstable";
version = "unstable-2019-01-18"; version = "unstable-2019-09-19";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "rliang"; owner = "rliang";
repo = pname; repo = "gnome-shell-extension-tilingnome";
rev = "bd4fb8c19f7a6282b38724b30e62645143390226"; rev = "f401c20c9721d85e6b3e30d1e822a200db370407";
sha256 = "1y4s4n88gdkpvgd3v3dg0181ccyhlixbvkx3bwyvdxyyyxbqibid"; sha256 = "1hq9g9bxqpzqrdj9zm0irld8r6q4w1m4b00jya7wsny8rzb1s0y2";
}; };
nativeBuildInputs = [ glib ]; nativeBuildInputs = [ glib ];
@ -30,6 +30,5 @@ stdenv.mkDerivation rec {
maintainers = with maintainers; [ benley ]; maintainers = with maintainers; [ benley ];
homepage = https://github.com/rliang/gnome-shell-extension-tilingnome; homepage = https://github.com/rliang/gnome-shell-extension-tilingnome;
platforms = gnome3.gnome-shell.meta.platforms; platforms = gnome3.gnome-shell.meta.platforms;
broken = lib.versionAtLeast gnome3.gnome-shell.version "3.31";
}; };
} }