Unverified Commit 680d27d5 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #265258 from r-ryantm/auto-update/ecc

ecc: 1.0.11 -> 1.0.12
parents 52682973 f3cef779
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.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