From 4d3cb6c027ad7948d0f30b5a4d973fd0d74e49ea Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Sun, 12 May 2024 11:55:47 -0400 Subject: [PATCH] chore: Prefer hash over sha256 --- home/neovim.nix | 2 +- overlays/phinger-cursors.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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="; }; }); }