mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-30 22:57:55 +00:00
gnome-shell-extension-fly-pie: 20 -> 21
This commit is contained in:
parent
6b5ca3fb69
commit
f6c88f8dc1
@ -8,13 +8,13 @@
|
||||
# Please refer to the `pkgs/desktops/gnome/extensions/{extensions.json,extensionRenames.nix}` in the future to check.
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "gnome-shell-extension-fly-pie";
|
||||
version = "20";
|
||||
version = "21";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Schneegans";
|
||||
repo = "Fly-Pie";
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-ou6bIf/NWxZsrU1Eoy7bQCbA11jZBuHcfIoyjUJ/Sa8=";
|
||||
sha256 = "sha256-XPN86J3aqsMwSeFlFItM3azmCNRq9I4CnZbtJMEi0TQ=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ glib gettext ];
|
||||
|
Loading…
Reference in New Issue
Block a user