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

This commit is contained in:
Gabriel Arazas 2022-03-24 16:50:41 +08:00
parent d6b2e0e404
commit d1f2f555e7

View File

@ -3,13 +3,13 @@
# TODO: Deprecate this package once it is successfully packaged in nixpkgs. # TODO: Deprecate this package once it is successfully packaged in nixpkgs.
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "gnome-shell-extension-desktop-cube"; pname = "gnome-shell-extension-desktop-cube";
version = "8"; version = "9";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Schneegans"; owner = "Schneegans";
repo = "Desktop-Cube"; repo = "Desktop-Cube";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-31p/v8F8FR7Oa8Aiks4dFQp0jjA0o/m8fvnoGUnOTkk="; sha256 = "sha256-HpOZrwFBzHFfIpPbdEQOi7YF+Paz4SWyQtkU3I73K1I=";
}; };
nativeBuildInputs = [ glib gettext ]; nativeBuildInputs = [ glib gettext ];