chore: Prefer hash over sha256

This commit is contained in:
Donovan Glover 2024-05-12 11:55:47 -04:00
parent c98bd2bfb9
commit 4d3cb6c027
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ let
owner = "RRethy";
repo = "base16-nvim";
rev = "b3e9ec6a82c05b562cd71f40fe8964438a9ba64a";
sha256 = "1qb8g6q8vwq99030nqw719xgrizbqcnmj4n25fqakjq8pbclwh4p";
hash = "sha256-l0BO2boIy6mwK8ISWS3D68f8egqHYwsGSAnzjbB5aOE=";
};
};
in

View File

@ -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=";
};
});
}