chore: fix deprecated vendorSha256

This commit is contained in:
Siddarth Kumar 2024-08-30 07:37:03 +05:30
parent 7c82a2fc48
commit 2ea52627e4
No known key found for this signature in database
GPG Key ID: 599D10112BF518DB
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ buildGoModule rec {
pname = "go-maven-resolver";
version = "v1.1.2";
vendorSha256 = "1p9pl33zpbw8zc85301mnp692lkr46ppm1q99wnqwynzi7x8hnkn";
vendorHash = "sha256-dlqI+onfeo4tTwmHeq8heVKRzLU1gFEQ+4iv+8egN90=";
src = fetchFromGitHub rec {
name = "${repo}-${version}-source";