gnome-shell-extension-paperwm-latest: unstable-2022-09-20 -> unstable-2022-10-24

This commit is contained in:
Gabriel Arazas 2022-10-24 12:00:54 +08:00
parent a986dc193d
commit dba8ae6add

View File

@ -26,12 +26,12 @@ let
gnome-shell-extension-pop-shell = gnome-shell-extension-pop-shell =
callPackage ./gnome-shell-extension-pop-shell.nix { }; callPackage ./gnome-shell-extension-pop-shell.nix { };
gnome-shell-extension-paperwm-latest = gnomeExtensions.paperwm.overrideAttrs (prev: { gnome-shell-extension-paperwm-latest = gnomeExtensions.paperwm.overrideAttrs (prev: {
rev = "unstable-2022-09-20"; rev = "unstable-2022-10-24";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "paperwm"; owner = "paperwm";
repo = "PaperWM"; repo = "PaperWM";
rev = "e89430cf0e62abc85a10140e4fbb265e8503e747"; rev = "13ccdfa64d56da2e20f4adda2c0166109aa54397";
sha256 = "sha256-kXz+J3aRdGhHL+4tzXMq9JqVHeczEU8QCAO4a7Ul3OU="; sha256 = "sha256-wUYXyv+UMWKb9IB+poZWeXadQpdrOsbv9qcPAsH++xU=";
}; };
}); });
gradience = callPackage ./gradience { libadwaita = libadwaita-latest; }; gradience = callPackage ./gradience { libadwaita = libadwaita-latest; };