about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-03-18 13:23:33 -0700
committerGitHub <noreply@github.com>2024-03-18 13:23:33 -0700
commit36501e2dec18f277726f87ba817614ad3a3cb943 (patch)
treec679e76a770796a0b155190f3ea032ef8fcc7dd3 /pkgs/applications
parent5fba51d78f590a41c66a2064ac3e03d2b108f81f (diff)
parent2d07a0187dc2e59e34935836b4187fbcf9b47714 (diff)
downloadnixlib-36501e2dec18f277726f87ba817614ad3a3cb943.tar
nixlib-36501e2dec18f277726f87ba817614ad3a3cb943.tar.gz
nixlib-36501e2dec18f277726f87ba817614ad3a3cb943.tar.bz2
nixlib-36501e2dec18f277726f87ba817614ad3a3cb943.tar.lz
nixlib-36501e2dec18f277726f87ba817614ad3a3cb943.tar.xz
nixlib-36501e2dec18f277726f87ba817614ad3a3cb943.tar.zst
nixlib-36501e2dec18f277726f87ba817614ad3a3cb943.zip
Merge pull request #296746 from r-ryantm/auto-update/miriway
miriway: unstable-2024-03-06 -> unstable-2024-03-15
Diffstat (limited to 'pkgs/applications')
-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 b1d60032db36..4c73135c54a4 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-03-06";
+  version = "unstable-2024-03-15";
 
   src = fetchFromGitHub {
     owner = "Miriway";
     repo = "Miriway";
-    rev = "d58ec46b38aa1c18bbe5c3a0ba2ccdf73b069ee9";
-    hash = "sha256-0zbiSAF0T/OwRn5CYv2fLL4J3K5gUOmy3GK70RfXv5Y=";
+    rev = "dcc44916d0b25dd06d792947c837cf4cd8c24925";
+    hash = "sha256-LnqhIVmC5F+FAIcYW+oT4t2ovRWeoV4zHpvbNhiY7Kw=";
   };
 
   strictDeps = true;