go-modules: Update files to use vendorSha256
This commit is contained in:
committed by
Jörg Thalheim
parent
a0ddea1d6a
commit
d6162dab50
@@ -11,7 +11,7 @@ buildGoModule rec {
|
||||
sha256 = "1n0pipbq4fjban8hsxhyl5w8xrl4ai1pvgd02i1j1awmm2l3ykzl";
|
||||
};
|
||||
|
||||
modSha256 = "1nl7d00prw1663xrl1nvj1xbs7wzkbqn75i92al821pz12dybdif";
|
||||
vendorSha256 = "032s62rjjq7bqiz5fg17yfkq4j4dsbl6vhvs1wf2sg8jvbqmvdwn";
|
||||
|
||||
subPackages = [ "cmd/mod" ];
|
||||
|
||||
@@ -26,4 +26,4 @@ buildGoModule rec {
|
||||
maintainers = with maintainers; [ kalbasit ];
|
||||
platforms = platforms.linux ++ platforms.darwin;
|
||||
};
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user