Unverified Commit 8a102a11 authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

inv-sig-helper: 0-unstable-2025-04-03 -> 0-unstable-2025-04-23 (#401258)

parents babaf3de d9f717f6
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -16,13 +16,13 @@

rustPlatform.buildRustPackage {
  pname = "inv-sig-helper";
  version = "0-unstable-2025-04-03";
  version = "0-unstable-2025-04-23";

  src = fetchFromGitHub {
    owner = "iv-org";
    repo = "inv_sig_helper";
    rev = "9073c15822c33ffefa27b55ef2d05fbddfc03273";
    hash = "sha256-HVaux1QzN625f9rS2J1i3es/ZMjvVqKTY6MvBdcgg/o=";
    rev = "5d3c7a4574fafe0bc5fbed9e7e33483889832fd4";
    hash = "sha256-WGh62tjKGe9OD19aq+lP9GfYs5PrGqkeT6VvmtNottQ=";
  };

  useFetchCargoVendor = true;