Merge pull request #282215 from r-ryantm/auto-update/miriway

miriway: unstable-2024-01-01 -> unstable-2024-01-19
This commit is contained in:
Nick Cao 2024-01-20 14:26:50 -05:00 committed by GitHub
commit 1c6ebd4eab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -31,7 +31,7 @@ import ./make-test-python.nix ({ pkgs, lib, ... }: {
enable-x11=
ctrl-alt=t:foot --maximized
ctrl-alt=a:env WINIT_UNIX_BACKEND=x11 WAYLAND_DISPLAY=invalid alacritty --option window.startup_mode=maximized
ctrl-alt=a:env WINIT_UNIX_BACKEND=x11 WAYLAND_DISPLAY= alacritty --option window.startup_mode=\"maximized\"
shell-component=dbus-update-activation-environment --systemd DISPLAY WAYLAND_DISPLAY

View File

@ -11,13 +11,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "miriway";
version = "unstable-2024-01-01";
version = "unstable-2024-01-19";
src = fetchFromGitHub {
owner = "Miriway";
repo = "Miriway";
rev = "58fac84a9c3a049d2e71ffc125e157a906897aa8";
hash = "sha256-Tx+BWaiFHJ54K2eHbHVnkePV+YIktGFWbs/rLoNINPY=";
rev = "f07e593576cd5f8cddbad9c35e1fbfdfcb8e7de9";
hash = "sha256-KIsgaf18UM9fg5ULy7MO4pFIXSpdDoPuEuRcsqnAcJ0=";
};
strictDeps = true;