Skip to content

Commit 1302a39

Browse files
chore: update packages (#321)
sedge: 1.2.0 -> 1.2.1 Diff: NethermindEth/sedge@v1.2.0...v1.2.1 Co-authored-by: Bottie McBotFace <[email protected]>
1 parent 49dd551 commit 1302a39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/utils/sedge/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
mockgen,
77
}: let
88
pname = "sedge";
9-
version = "1.2.0";
9+
version = "1.2.1";
1010
in
1111
buildGoModule {
1212
inherit pname version;
@@ -15,7 +15,7 @@ in
1515
owner = "NethermindEth";
1616
repo = pname;
1717
rev = "v${version}";
18-
hash = "sha256-Kk7OD0CA6JcnVzISg0l1oC/r9ZQidHe6t6Dxz9aB7Tw=";
18+
hash = "sha256-7BBTX4ssEj4guTqCOH3wCgyxQ4x7TesylsroSca1PiY=";
1919
};
2020
vendorHash = "sha256-Fasmr5h8CyWEPNHMKp1OL+s/A9TObx2fq1EgRf9HN4o=";
2121
proxyVendor = true;

0 commit comments

Comments
 (0)