about summary refs log tree commit diff
path: root/pkgs/applications/window-managers
diff options
context:
space:
mode:
authorOTABI Tomoya <tomoya.otabi@gmail.com>2023-11-27 10:33:44 +0900
committerGitHub <noreply@github.com>2023-11-27 10:33:44 +0900
commit8cc91d6622010a9a540321ed7ed31082c2b426ab (patch)
tree7f5a2b7992a16db8c53e75b10dac18c5217df52f /pkgs/applications/window-managers
parent6d56f7e05b18e1a7db95655c5f6ab2f02bf370ac (diff)
parent236b1bcef994f17a13cd67b508b8e8ec149217c1 (diff)
Merge pull request #269533 from r-ryantm/auto-update/miriway
miriway: unstable-2023-08-30 -> unstable-2023-11-22
Diffstat (limited to 'pkgs/applications/window-managers')
-rw-r--r--pkgs/applications/window-managers/miriway/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/window-managers/miriway/default.nix b/pkgs/applications/window-managers/miriway/default.nix
index 209a2250f0327..da97973fa15ec 100644
--- a/pkgs/applications/window-managers/miriway/default.nix
+++ b/pkgs/applications/window-managers/miriway/default.nix
@@ -11,13 +11,13 @@
 
 stdenv.mkDerivation (finalAttrs: {
   pname = "miriway";
-  version = "unstable-2023-08-30";
+  version = "unstable-2023-11-22";
 
   src = fetchFromGitHub {
     owner = "Miriway";
     repo = "Miriway";
-    rev = "2c9a0599e1a9b37f2a73a245eacce307a3e5b883";
-    hash = "sha256-VCLl4GyUmzcC/OEfxXV0bI/6lxLP9eIAAOIjANEI1d8=";
+    rev = "7d324c3d890b745a1d470ce085d91aaedf0fc6cf";
+    hash = "sha256-/pA24HSDco2uavIKb7t5DfGHwO7E/NANvLUMwZqnpQY=";
   };
 
   strictDeps = true;