Unverified Commit 00df8ae9 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #258635 from figsoda/orogene

orogene: 0.3.32 -> 0.3.33
parents 8e7701b3 cf2074d3
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -9,17 +9,17 @@

rustPlatform.buildRustPackage rec {
  pname = "orogene";
  version = "0.3.32";
  version = "0.3.33";

  src = fetchFromGitHub {
    owner = "orogene";
    repo = "orogene";
    rev = "v${version}";
    hash = "sha256-UB/FI5LUyksKzAgzsza5NTDtYWou69hqj0M2GWV/FcA=";
    hash = "sha256-HG+/m/ZomlGu/ATHqZjhjo/pjncVBZLOP6UlcCOyLKc=";
    fetchSubmodules = true;
  };

  cargoHash = "sha256-/Yb1QTsye60qL6B3TM6Wd1W8n4XMxMhu42CLvJcqIYw=";
  cargoHash = "sha256-iygP+x1uEHUpUGaxQjt50sFd5ZWpFxOqPvnkGqIvh6A=";

  nativeBuildInputs = [
    pkg-config