ecc: 1.0.12 -> 1.0.27 (#274222)

This commit is contained in:
Wolfgang Walther 2024-12-07 22:25:40 +01:00 committed by GitHub
commit 305c1bac2c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -53,18 +53,18 @@ let
in
rustPlatform.buildRustPackage rec {
pname = "ecc";
version = "1.0.12";
version = "1.0.27";
src = fetchFromGitHub {
owner = "eunomia-bpf";
repo = "eunomia-bpf";
rev = "v${version}";
hash = "sha256-EK/SZ9LNAk88JpHJEoxw12NHje6QdCqO/vT2TfkWlb0=";
hash = "sha256-KfYCC+TJbmjHrV46LoshD+uXcaBVMKk6+cN7TZKKYp4=";
};
sourceRoot = "${src.name}/compiler/cmd";
cargoHash = "sha256-ymBEzFsMTxKSdJRYoDY3AC0QpgtcMlU0fQV03emCxQc=";
cargoHash = "sha256-t8sPwAha90SMC/SJqZngXD9hpoaWh9e91X/kuHN4G7o=";
nativeBuildInputs = [
pkg-config