mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
gnome-shell-extension-desktop-cube: 5 -> 7
This commit is contained in:
parent
db9f7dad4f
commit
73e829fc96
@ -3,13 +3,13 @@
|
||||
# TODO: Deprecate this package once it is successfully packaged in nixpkgs.
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "gnome-shell-extension-desktop-cube";
|
||||
version = "5";
|
||||
version = "7";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Schneegans";
|
||||
repo = "Desktop-Cube";
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-Z0fjOuy7WnY2JCrG8s6AsvXGrx0tDsbEmHRrtqeR9Rk=";
|
||||
sha256 = "sha256-aelt5HWBzqOBcYFe913StFyhTYBlEhI2ekWpA6jN0fQ=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ glib gettext ];
|
||||
@ -39,7 +39,8 @@ stdenv.mkDerivation rec {
|
||||
passthru.extensionUuid = "desktop-cube@schneegans.github.com";
|
||||
|
||||
meta = with lib; {
|
||||
description = "A GNOME shell to transition between workspaces the old-fashioned way";
|
||||
description =
|
||||
"A GNOME shell to transition between workspaces the old-fashioned way";
|
||||
license = licenses.gpl3Plus;
|
||||
homepage = "https://github.com/Schneegans/Desktop-Cube";
|
||||
platforms = platforms.linux;
|
||||
|
Loading…
Reference in New Issue
Block a user