Commit 4efe267d authored by Mario Rodas's avatar Mario Rodas
Browse files
parent 93709c8d
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -11,16 +11,16 @@

rustPlatform.buildRustPackage rec {
  pname = "xiu";
  version = "0.12.0";
  version = "0.12.4";

  src = fetchFromGitHub {
    owner = "harlanc";
    repo = "xiu";
    rev = "v${version}";
    hash = "sha256-aDDaxFP9k/crCrZLEzLIHJoXZfh7hs88HA3EGqFTwr8=";
    hash = "sha256-tXZCWbqwt3v20rvfre/gAUzs8i78FpbNd5qAGNOX5VE=";
  };

  cargoHash = "sha256-6ckYSAJuIe1HIvA7p7rBHRP44UfqXy9HHjyeB2Fh6JI=";
  cargoHash = "sha256-6nWnw31A27VWJe8JGM+S05sqcZwQRrb1aanamv6ITZ4=";

  nativeBuildInputs = [
    cmake
@@ -32,7 +32,7 @@ rustPlatform.buildRustPackage rec {
  ] ++ lib.optionals stdenv.isLinux [
    openssl
  ] ++ lib.optionals stdenv.isDarwin [
    darwin.apple_sdk.frameworks.Security
    darwin.apple_sdk.frameworks.SystemConfiguration
  ];

  OPENSSL_NO_VENDOR = 1;