Unverified Commit 75a349f8 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #233319 from figsoda/orogene

orogene: 0.3.26 -> 0.3.27
parents 40d26ce0 752cf0f4
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.26";
  version = "0.3.27";

  src = fetchFromGitHub {
    owner = "orogene";
    repo = "orogene";
    rev = "v${version}";
    hash = "sha256-9Rq2/o2W0l2/JR/D95+2AjpVzdZuDVDyQFFNb5Us/hg=";
    hash = "sha256-y58S8oou1GBR1Cx77IzLvLmZ/MN88P9k1RGCFOVbHHc=";
    fetchSubmodules = true;
  };

  cargoHash = "sha256-X7DWJ/3Zqtjgw2s/H+dG8tu8f7/aZVIliloJe2Uz9RE=";
  cargoHash = "sha256-hZQxzhq61h83geLazhEkoaB1oRz/xSXuwW7BuBWxfHs=";

  nativeBuildInputs = [
    pkg-config