gossip: move hash to last attribute
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
parent
8ec0b4d963
commit
4f18893d4f
@ -21,10 +21,10 @@ rustPlatform.buildRustPackage rec {
|
||||
version = "0.11.3";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
hash = "sha256-ZDpPoGLcI6ModRq0JEcibHerOrPOA3je1uE5yXsLeeg=";
|
||||
owner = "mikedilger";
|
||||
repo = "gossip";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-ZDpPoGLcI6ModRq0JEcibHerOrPOA3je1uE5yXsLeeg=";
|
||||
};
|
||||
|
||||
cargoLock = {
|
||||
|
Loading…
Reference in New Issue
Block a user