mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 12:19:07 +00:00
gnome-shell-extension-fly-pie: 14 -> 15
This commit is contained in:
parent
c2904c6aa4
commit
43b1432f7b
@ -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 = "14";
|
||||
version = "15";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Schneegans";
|
||||
repo = "Fly-Pie";
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-mEUv/DoMdvBOJqiW4oRs+H+CsAeLATLQ4vFtnA27614=";
|
||||
sha256 = "sha256-sisN+cDdlyytw8DnC69mjJHECAGBH+J4tFuzFcy7k+k=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ glib gettext ];
|
||||
|
Loading…
Reference in New Issue
Block a user