Unverified Commit e543b8a4 authored by raf's avatar raf Committed by GitHub
Browse files

soteria: update hash after upstream re-tag (#379135)

Enable `useFetchCargoVendor`
parent eb343178
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -22,10 +22,11 @@ rustPlatform.buildRustPackage {
    owner = "imvaskel";
    repo = "soteria";
    tag = "v${version}";
    hash = "sha256-CinJEzH4GsCAzU8FiInulPHLm73KI4nLlAcskkjgeJM=";
    hash = "sha256-T6bJOXSXFWZYAxZ+nTDu+H8Wi75QRKddXkXdSOPwHbI=";
  };

  cargoHash = "sha256-vv7gK0ZfwO2AHXXQcXfkne9wZl+8JH9h8vELdRjg8WM=";
  useFetchCargoVendor = true;
  cargoHash = "sha256-5f915lrymOwg5bPsTp6sxKikCcTpbeia1fQzKnLYGOs=";

  nativeBuildInputs = [
    pkg-config