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

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

xiu: 0.12.4 -> 0.12.5
parents a60c759d e2cb59b9
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.4";
  version = "0.12.5";

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

  cargoHash = "sha256-6nWnw31A27VWJe8JGM+S05sqcZwQRrb1aanamv6ITZ4=";
  cargoHash = "sha256-te60gZdDmbgOF6rLDAnvDx6vUbmCz3pC/wbu/iXgxAw=";

  nativeBuildInputs = [
    cmake