Unverified Commit 305c1bac authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

ecc: 1.0.12 -> 1.0.27 (#274222)

parents c93b3352 6504eee8
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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