From 6ebb4763572d557805fff74ea3f3555a4870db08 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 16 Aug 2024 05:04:28 +0000 Subject: [PATCH] miriway: 0-unstable-2024-07-17 -> 0-unstable-2024-08-14 --- pkgs/applications/window-managers/miriway/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/window-managers/miriway/default.nix b/pkgs/applications/window-managers/miriway/default.nix index 4547d1df8363..97aa12e8ecd0 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 = "0-unstable-2024-07-17"; + version = "0-unstable-2024-08-14"; src = fetchFromGitHub { owner = "Miriway"; repo = "Miriway"; - rev = "810dea99773f96a4ef4471bf00c65089956ff97a"; - hash = "sha256-hkHipu1ERiM8UH18NuyxILyxxXvyVTOSLBP/7Z64ZTg="; + rev = "2d00e8a61cb029cec96596897a1dada8033c601a"; + hash = "sha256-DB07IGFXLQj2LsU8iVZrSda0FS/efKUAolet8fK9Clo="; }; strictDeps = true;