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

This commit is contained in:
Gabriel Arazas 2022-03-24 16:50:12 +08:00
parent 9a764c8221
commit d6b2e0e404

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 = "13"; version = "14";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Schneegans"; owner = "Schneegans";
repo = "Fly-Pie"; repo = "Fly-Pie";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-z56emJCnf9hXtY9C5czXRRXzzBgoK7683sH+D70v7J4="; sha256 = "sha256-mEUv/DoMdvBOJqiW4oRs+H+CsAeLATLQ4vFtnA27614=";
}; };
nativeBuildInputs = [ glib gettext ]; nativeBuildInputs = [ glib gettext ];