chore: update 'sha256' to 'hash'

Signed-off-by: jaudiger <jeremy.audiger@ioterop.com>
This commit is contained in:
jaudiger 2023-08-30 22:06:44 +02:00 committed by Eric Bailey
parent 05f82739df
commit 74c029e4c9

View file

@ -8,10 +8,10 @@ buildGoModule rec {
owner = "hypnoglow";
repo = pname;
rev = "v${version}";
sha256 = "sha256-81Rzqu2fj6xSZbKvAhHzaGnr/3ACZvqJhYe+6Vyc0qk=";
hash = "sha256-81Rzqu2fj6xSZbKvAhHzaGnr/3ACZvqJhYe+6Vyc0qk=";
};
vendorSha256 = "sha256-Jvfl0sdZXV497RIgoZUJD0zK/pXK6yeAnuSdq42nky8=";
vendorHash = "sha256-Jvfl0sdZXV497RIgoZUJD0zK/pXK6yeAnuSdq42nky8=";
# NOTE: Remove the install and upgrade hooks.
postPatch = ''