gossip: move hash to last attribute

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
kenji
2024-08-14 09:54:34 +02:00
committed by Alyssa Ross
co-authored by Sandro
parent 8ec0b4d963
commit 4f18893d4f
+1 -1
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 = {