Skip to content

Commit

Permalink
chore: update packages (nix-community#321)
Browse files Browse the repository at this point in the history
sedge: 1.2.0 -> 1.2.1

Diff: NethermindEth/sedge@v1.2.0...v1.2.1

Co-authored-by: Bottie McBotFace <[email protected]>
  • Loading branch information
github-actions[bot] and bottie-mc-bot-face committed Jun 22, 2023
1 parent 49dd551 commit 1302a39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/utils/sedge/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
mockgen,
}: let
pname = "sedge";
version = "1.2.0";
version = "1.2.1";
in
buildGoModule {
inherit pname version;
Expand All @@ -15,7 +15,7 @@ in
owner = "NethermindEth";
repo = pname;
rev = "v${version}";
hash = "sha256-Kk7OD0CA6JcnVzISg0l1oC/r9ZQidHe6t6Dxz9aB7Tw=";
hash = "sha256-7BBTX4ssEj4guTqCOH3wCgyxQ4x7TesylsroSca1PiY=";
};
vendorHash = "sha256-Fasmr5h8CyWEPNHMKp1OL+s/A9TObx2fq1EgRf9HN4o=";
proxyVendor = true;
Expand Down

0 comments on commit 1302a39

Please sign in to comment.