gossip: move hash to last attribute

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
kenji 2024-08-13 15:53:08 +02:00 committed by Alyssa Ross
parent 8ec0b4d963
commit 4f18893d4f

View File

@ -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 = {