From 66f16dfb265ab998c6f09c36204fe3497c7274b6 Mon Sep 17 00:00:00 2001 From: Yorick Barbanneau Date: Fri, 20 Sep 2024 00:13:10 +0200 Subject: [PATCH] build: update Mainroad theme --- shell.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shell.nix b/shell.nix index 9cd9806..57483a5 100644 --- a/shell.nix +++ b/shell.nix @@ -5,8 +5,8 @@ let src = pkgs.fetchFromGitHub { owner = "vimux"; repo = "mainroad"; - rev = "af0dc2e1207f7676bc2abf878f3671ff32b02c32"; - sha256 = "172lvvh2xiam5m58criywwaq15db84zi3g5f325v5aywm8607b8v"; + rev = "13e04b3694ea2d20a68cfbfaea42a8c565079809"; + sha256 = "sha256-td8xQhAz/TnjZmOKIEiQjRgzdoicRrVN9h41Uxnnaso="; }; installPhase = '' cp -r $src $out