ecc: 1.0.11 -> 1.0.12
This commit is contained in:
parent
b957e614ea
commit
f3cef779c6
1 changed files with 3 additions and 3 deletions
|
@ -53,18 +53,18 @@ let
|
|||
in
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "ecc";
|
||||
version = "1.0.11";
|
||||
version = "1.0.12";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "eunomia-bpf";
|
||||
repo = "eunomia-bpf";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-UiwS+osyC3gtbQH0bWNsx1p3xYr993/FAZ5d5NKnaBM=";
|
||||
hash = "sha256-EK/SZ9LNAk88JpHJEoxw12NHje6QdCqO/vT2TfkWlb0=";
|
||||
};
|
||||
|
||||
sourceRoot = "${src.name}/compiler/cmd";
|
||||
|
||||
cargoHash = "sha256-j2HPSmU/JARfw2mE1IiXFT/dcdxxnp+agC2DN0Kc5nw=";
|
||||
cargoHash = "sha256-ymBEzFsMTxKSdJRYoDY3AC0QpgtcMlU0fQV03emCxQc=";
|
||||
|
||||
nativeBuildInputs = [
|
||||
pkg-config
|
||||
|
|
Loading…
Reference in a new issue