We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49dd551 commit 1302a39Copy full SHA for 1302a39
packages/utils/sedge/default.nix
@@ -6,7 +6,7 @@
6
mockgen,
7
}: let
8
pname = "sedge";
9
- version = "1.2.0";
+ version = "1.2.1";
10
in
11
buildGoModule {
12
inherit pname version;
@@ -15,7 +15,7 @@ in
15
owner = "NethermindEth";
16
repo = pname;
17
rev = "v${version}";
18
- hash = "sha256-Kk7OD0CA6JcnVzISg0l1oC/r9ZQidHe6t6Dxz9aB7Tw=";
+ hash = "sha256-7BBTX4ssEj4guTqCOH3wCgyxQ4x7TesylsroSca1PiY=";
19
};
20
vendorHash = "sha256-Fasmr5h8CyWEPNHMKp1OL+s/A9TObx2fq1EgRf9HN4o=";
21
proxyVendor = true;
0 commit comments