chore: upgrade to NixOS 23.05

This commit is contained in:
Felix Schröter 2023-05-31 17:25:46 +02:00
parent 028e515ec9
commit e77fc1fe1d
Signed by: felschr
GPG key ID: 671E39E6744C807D
16 changed files with 44 additions and 49 deletions
desktop

View file

@ -8,12 +8,12 @@
native-window-placement
appindicator
(pop-shell.overrideAttrs (old: rec {
version = "unstable-2022-10-11";
version = "unstable-2023-04-27";
src = fetchFromGitHub {
owner = "pop-os";
repo = "shell";
rev = "886a069c0582b371e90ac3602b1747ea5fba616c";
sha256 = "DwJ3IFhYuEW0LQrmN/mOspEiudj4X5BCLhdOyP74EVs=";
rev = "b5acccefcaa653791d25f70a22c0e04f1858d96e";
sha256 = "w6EBHKWJ4L3ZRVmFqZhCqHGumbElQXk9udYSnwjIl6c=";
};
patches = [ ];
postPatch = ''