gnome-shell-extension-desktop-cube: 7 -> 8

This commit is contained in:
Gabriel Arazas 2022-02-26 11:25:23 +08:00
parent 272ff3ca6d
commit 9533f51a90

View File

@ -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 = "7";
version = "8";
src = fetchFromGitHub {
owner = "Schneegans";
repo = "Desktop-Cube";
rev = "v${version}";
sha256 = "sha256-aelt5HWBzqOBcYFe913StFyhTYBlEhI2ekWpA6jN0fQ=";
sha256 = "sha256-31p/v8F8FR7Oa8Aiks4dFQp0jjA0o/m8fvnoGUnOTkk=";
};
nativeBuildInputs = [ glib gettext ];