From cf3975b10ef76758a96f1f122f6d98ecc78f831f Mon Sep 17 00:00:00 2001 From: Daniel Thwaites Date: Wed, 26 May 2021 22:43:18 +0100 Subject: [PATCH] Update base16-fish --- modules/fish.nix | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/modules/fish.nix b/modules/fish.nix index 229eb9a..ea16e85 100644 --- a/modules/fish.nix +++ b/modules/fish.nix @@ -1,13 +1,11 @@ { pkgs, config, ... }: let - # When https://github.com/tomyun/base16-fish/pull/5 is merged, - # this can use the main repository rather than a fork base16-fish = pkgs.fetchFromGitHub { - owner = "ngmoviedo"; + owner = "tomyun"; repo = "base16-fish"; - rev = "2aa139c901c8568764dbdc13934862178cb84595"; - sha256 = "ppYxLr+wD42Xwsq8dk6MLk8TrudTnlQlgvFf4ZyTjVk="; + rev = "7f647967fddedaf803191bc9113b13d2071dc3cf"; + sha256 = "IGUbLjsmmAvB9UKGkR7oqdpjeVEfzt83GpyBkrZf2O4="; }; theme = config.lib.stylix.base16.buildTemplate "fish"