mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
gnome-shell-extension-desktop-cube: 8 -> 9
This commit is contained in:
parent
d6b2e0e404
commit
d1f2f555e7
@ -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 ];
|
||||||
|
Loading…
Reference in New Issue
Block a user