go-modules: Update files to use vendorSha256
This commit is contained in:
@@ -10,7 +10,7 @@ buildGoModule rec {
|
||||
sha256 = "0q9f8lzrzybdablqph5wihqhfbfzb3bbnnxvhy7g5ccg1kzy7mgp";
|
||||
};
|
||||
|
||||
modSha256 = "0s2lw9q5jskj41jqr8bv5w45pkrp2s0yfd2hgjgsd0q4ifm07k7s";
|
||||
vendorSha256 = "1g5rmiiwqpm8gky9yr5f2a7zsjjmm9i12r7yxj9cz7y3rmw9sw8c";
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Easily manage and invoke small scripts and wrappers";
|
||||
@@ -19,4 +19,4 @@ buildGoModule rec {
|
||||
maintainers = with maintainers; [ rawkode filalex77 ];
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user