Unverified Commit f2ebc5c2 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #301411 from r-ryantm/auto-update/xiu

xiu: 0.12.5 -> 0.12.6
parents d4db290a 163402aa
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -11,16 +11,16 @@

rustPlatform.buildRustPackage rec {
  pname = "xiu";
  version = "0.12.5";
  version = "0.12.6";

  src = fetchFromGitHub {
    owner = "harlanc";
    repo = "xiu";
    rev = "v${version}";
    hash = "sha256-JST8nxsT+w524VzNeIW38Oct/n7VJ/nvrmgks2Vff30=";
    hash = "sha256-53fVb5c9uS92/rPvZDWXxZX42p4cHqumGe6Dw+/hLvk=";
  };

  cargoHash = "sha256-te60gZdDmbgOF6rLDAnvDx6vUbmCz3pC/wbu/iXgxAw=";
  cargoHash = "sha256-ICZQ+UJ4LPNSeT9SjdcCUXgam40hMAOrJmLIwPEfqs4=";

  nativeBuildInputs = [
    cmake