Skip to content

Commit

Permalink
gossip: move hash to last attribute
Browse files Browse the repository at this point in the history
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
  • Loading branch information
a-kenji and SuperSandro2000 committed Aug 13, 2024
1 parent 30fbb92 commit c30fa83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/by-name/go/gossip/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit c30fa83

Please sign in to comment.