diff --git a/home/neovim.nix b/home/neovim.nix index b90964c9..e9e52ba8 100644 --- a/home/neovim.nix +++ b/home/neovim.nix @@ -11,7 +11,7 @@ let owner = "RRethy"; repo = "base16-nvim"; rev = "b3e9ec6a82c05b562cd71f40fe8964438a9ba64a"; - sha256 = "1qb8g6q8vwq99030nqw719xgrizbqcnmj4n25fqakjq8pbclwh4p"; + hash = "sha256-l0BO2boIy6mwK8ISWS3D68f8egqHYwsGSAnzjbB5aOE="; }; }; in diff --git a/overlays/phinger-cursors.nix b/overlays/phinger-cursors.nix index d3744073..8d69ca44 100644 --- a/overlays/phinger-cursors.nix +++ b/overlays/phinger-cursors.nix @@ -4,7 +4,7 @@ final: prev: { src = prev.fetchurl { url = "https://github.com/phisch/phinger-cursors/releases/download/v${version}/phinger-cursors-variants.tar.bz2"; - sha256 = "sha256-II+1x+rcjGRRVB8GYkVwkKVHNHcNaBKRb6C613901oc="; + hash = "sha256-II+1x+rcjGRRVB8GYkVwkKVHNHcNaBKRb6C613901oc="; }; }); }