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 930d66c commit ff3fe0aCopy full SHA for ff3fe0a
pkgs/by-name/sedge/default.nix
@@ -7,7 +7,7 @@
7
nix-update-script,
8
}: let
9
pname = "sedge";
10
- version = "1.9.1";
+ version = "1.10.0";
11
in
12
buildGoModule {
13
inherit pname version;
@@ -16,7 +16,7 @@ in
16
owner = "NethermindEth";
17
repo = pname;
18
rev = "v${version}";
19
- hash = "sha256-gjdRa0cjeRimMg2EpI81DagbauTq2eotlpoVx7nqVns=";
+ hash = "sha256-lZnjWaMyWGfgyqG9+81evzvaGm2DwxlyzUOGl87yesQ=";
20
};
21
vendorHash = "sha256-UWwhs63U68vuX8iyCE0vwZ0zLa+vukgycaU3Gz+myZI=";
22
proxyVendor = true;
0 commit comments