gnomeExtensions.drop-down-terminal: v24 -> unstable-2020-03-25
This commit is contained in:
parent
dbfe6c4f05
commit
72e5b2dc2c
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "gnome-shell-extension-drop-down-terminal";
|
pname = "gnome-shell-extension-drop-down-terminal";
|
||||||
version = "24";
|
version = "unstable-2020-03-25";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "zzrough";
|
owner = "zzrough";
|
||||||
repo = "gs-extensions-drop-down-terminal";
|
repo = "gs-extensions-drop-down-terminal";
|
||||||
rev = "v${version}";
|
rev = "a59669afdb395b3315619f62c1f740f8b2f0690d";
|
||||||
sha256 = "1gda56xzwsa5pgmgpb7lhb3i3gqishvn84282inwvqm86afks73r";
|
sha256 = "0igfxgrjdqq6z6xg4rsawxn261pk25g5dw2pm3bhwz5sqsy4bq3i";
|
||||||
};
|
};
|
||||||
|
|
||||||
uuid = "drop-down-terminal@gs-extensions.zzrough.org";
|
uuid = "drop-down-terminal@gs-extensions.zzrough.org";
|
||||||
@ -29,8 +29,6 @@ stdenv.mkDerivation rec {
|
|||||||
description = "Configurable drop down terminal shell";
|
description = "Configurable drop down terminal shell";
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
maintainers = with maintainers; [ ericdallo ];
|
maintainers = with maintainers; [ ericdallo ];
|
||||||
homepage = https://github.com/zzrough/gs-extensions-drop-down-terminal;
|
homepage = "https://github.com/zzrough/gs-extensions-drop-down-terminal";
|
||||||
# Doesn't support 3.36
|
|
||||||
broken = stdenv.lib.versionAtLeast gnome3.gnome-shell.version "3.34";
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user