File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 10
10
} :
11
11
stdenv . mkDerivation ( finalAttrs : rec {
12
12
pname = "besu" ;
13
- version = "24.3.3 " ;
13
+ version = "24.6.0 " ;
14
14
15
15
src = fetchurl {
16
- url = "https://hyperledger.jfrog.io /hyperledger/${ pname } -binaries/ ${ pname } /${ version } /${ pname } -${ version } .tar.gz" ;
17
- hash = "sha256-ua7lGVIYf/VQ3kgfLAQFE3uF8dCqOCYWDfbX5QXzWa4 =" ;
16
+ url = "https://github.com /hyperledger/${ pname } /releases/download /${ version } /${ pname } -${ version } .tar.gz" ;
17
+ hash = "sha256-+oblxoc3GM1WjjMmFRzgaVel51RrUt95qDHqnjm4V6s =" ;
18
18
} ;
19
19
20
20
buildInputs = lib . optionals stdenv . isLinux [ jemalloc ] ;
Original file line number Diff line number Diff line change 22
22
callPackageUnstable = pkgsUnstable . callPackage ;
23
23
in {
24
24
packages = platformPkgs system rec {
25
- besu = callPackage ./besu { } ;
25
+ besu = callPackageUnstable ./besu { } ;
26
26
bls = callPackage ./bls { } ;
27
27
blst = callPackage ./blst { } ;
28
28
blutgang = callPackage ./blutgang { inherit ( pkgsUnstable ) rustPlatform ; } ;
You can’t perform that action at this time.
0 commit comments