Skip to content

Commit

Permalink
gnomeExtensions.pop-shell: unstable-2023-04-05 -> unstable-2023-04-27
Browse files Browse the repository at this point in the history
This contains pop-os/shell#1618, which should
fix grab handling behaviour in GNOME/Mutter 44.
  • Loading branch information
flokli committed Apr 28, 2023
1 parent b90d93c commit fdfea5f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/desktops/gnome/extensions/pop-shell/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
pname = "gnome-shell-extension-pop-shell";
version = "unstable-2023-04-05";
version = "unstable-2023-04-27";

src = fetchFromGitHub {
owner = "pop-os";
repo = "shell";
rev = "a3a1b7bb832838fec2ea875954d33443fc680912";
hash = "sha256-B82UKtJRDDejBX1UBBIjPRO8rzHNapJRi8wv6dT7oJ8=";
rev = "b5acccefcaa653791d25f70a22c0e04f1858d96e";
hash = "sha256-w6EBHKWJ4L3ZRVmFqZhCqHGumbElQXk9udYSnwjIl6c=";
};

nativeBuildInputs = [ glib nodePackages.typescript gjs ];
Expand Down

0 comments on commit fdfea5f

Please sign in to comment.