about summary refs log tree commit diff
path: root/pkgs/applications/window-managers
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-04-26 09:35:20 -0400
committerGitHub <noreply@github.com>2024-04-26 09:35:20 -0400
commit7af0845933508cf4a895e4f43c635aba516aadc9 (patch)
tree660147e641a7ef032e77f5f35d6b6c8465c8044f /pkgs/applications/window-managers
parent89071319846c2798d80fb02413c2dd27a01f4b6b (diff)
parentd6918a21e5f61cf6c3504745f09186afc65c6ecc (diff)
Merge pull request #306868 from r-ryantm/auto-update/miriway
miriway: unstable-2024-04-16 -> unstable-2024-04-25
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 7e59995126fad..da1b4e1538316 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-2024-04-16";
+  version = "unstable-2024-04-25";
 
   src = fetchFromGitHub {
     owner = "Miriway";
     repo = "Miriway";
-    rev = "d7f43ac201e6f1aa7aeee668f5d16683f48917f1";
-    hash = "sha256-hUTK7kd7gTvms4HMF7BgYWomRYZyRkqUfjhVtEF+YRE=";
+    rev = "a3f074be78e77bab378f064452420923b6f9c331";
+    hash = "sha256-D+ClEJL/iCLARaTXe5QpI/uHE61Lajzz5A5EphgHCl8=";
   };
 
   strictDeps = true;