Skip to content

Commit

Permalink
Merge pull request #13883 from MinaProtocol/sventimir/fix-nix-libp2p
Browse files Browse the repository at this point in the history
Fix Nix environment by bumping libp2p versions.
  • Loading branch information
Sventimir authored Aug 17, 2023
2 parents 34cfc9f + 26aa20c commit a1771c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nix/go.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ final: prev: {
};

# Jobs/Test/Libp2pUnitTest
libp2p_helper = final.buildGo118Module {
libp2p_helper = final.buildGo119Module {
pname = "libp2p_helper";
version = "0.1";
src = ../src/app/libp2p_helper/src;
Expand Down
2 changes: 1 addition & 1 deletion nix/libp2p_helper.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"go.mod":"b6ae9a87b95e27779acf57dcd77fdcf1e7a0f093f1d86d716e6334ab77bfbf9c","go.sum":"91314d339b53b15a6896cbbfd914abf28248c3e5094185ee0a0acda877007fbc","vendorSha256":"sha256-hY3Ym19Bj5qFbjXukrt/2l39yUB1/9KehM2dMoBSXVQ="}
{"go.mod":"d5de7e35a76f5c9ce7d6c98f0da39c763961e77b8c94761b1e89ab4bdfdc2a97","go.sum":"586fd920114d3875ec3e1d739921d77d30ad8e2f297b67781ca41d25a81b65a9","vendorSha256":"sha256-vyKrKi5bqm8Mf2rUOojSY0IXHcuNpcVNvd1Iu1RBxDo="}

0 comments on commit a1771c4

Please sign in to comment.