gnome-shell-extension-fly-pie: 14 -> 15

This commit is contained in:
Gabriel Arazas 2022-03-28 07:53:44 +08:00
parent c2904c6aa4
commit 43b1432f7b

View File

@ -8,13 +8,13 @@
# Please refer to the `pkgs/desktops/gnome/extensions/{extensions.json,extensionRenames.nix}` in the future to check. # Please refer to the `pkgs/desktops/gnome/extensions/{extensions.json,extensionRenames.nix}` in the future to check.
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "gnome-shell-extension-fly-pie"; pname = "gnome-shell-extension-fly-pie";
version = "14"; version = "15";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Schneegans"; owner = "Schneegans";
repo = "Fly-Pie"; repo = "Fly-Pie";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-mEUv/DoMdvBOJqiW4oRs+H+CsAeLATLQ4vFtnA27614="; sha256 = "sha256-sisN+cDdlyytw8DnC69mjJHECAGBH+J4tFuzFcy7k+k=";
}; };
nativeBuildInputs = [ glib gettext ]; nativeBuildInputs = [ glib gettext ];