gnomeExtensions.forge: 49.3 -> 50.1

Make Forge compatible with the current GNOME Shell 50.1 by updating it
to upstream
This commit is contained in:
Linus Emmerich
2026-06-10 18:57:59 +02:00
parent 04efb6a749
commit d72bb5916a
@@ -10,13 +10,13 @@ let
in
stdenv.mkDerivation {
pname = "gnome-shell-extension-forge";
version = "49.3-development";
version = "50.1-development";
src = fetchFromGitHub {
owner = "forge-ext";
repo = "forge";
rev = "a2fabeb5102d3b96661cde0e332c288bea21a1a5";
hash = "sha256-nk2olkhNX7dIKO9xYR1yWaaKHjxtMv7mPvmUf2sCDD8=";
rev = "0319a7125db1088556b159a69bbec77e111afca7";
hash = "sha256-IyjHjL1RqxZZZgMnRlmavnae3OqZvRT6aSwKouQRopc=";
};
nativeBuildInputs = [ glib ];