mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-12 02:40:31 +08:00
gnomeExtensions.forge: 49.2 -> 49.3
There is a bug in the current gnome forge extension which does't toggle
floating windows correctly. There is already a fix present in the forge
repo [here](a2fabeb510)
Updating the gnome forge version to incorporate the fix
Signed-off-by: Ameya Shenoy <shenoy.ameya@gmail.com>
This commit is contained in:
@@ -10,13 +10,13 @@ let
|
||||
in
|
||||
stdenv.mkDerivation {
|
||||
pname = "gnome-shell-extension-forge";
|
||||
version = "49.2-development";
|
||||
version = "49.3-development";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "forge-ext";
|
||||
repo = "forge";
|
||||
rev = "701e7587e88fd51cc10e0f2fc5124ac61c82cf1c";
|
||||
hash = "sha256-yKBH4Hv4b0CUVubsfs8a8fg3nIuogvGp5DJT/HjBcns=";
|
||||
rev = "a2fabeb5102d3b96661cde0e332c288bea21a1a5";
|
||||
hash = "sha256-nk2olkhNX7dIKO9xYR1yWaaKHjxtMv7mPvmUf2sCDD8=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ glib ];
|
||||
|
||||
Reference in New Issue
Block a user