xiu: 0.12.0 -> 0.12.4
Diff: https://github.com/harlanc/xiu/compare/v0.12.0...v0.12.4 Changelog: https://github.com/harlanc/xiu/releases/tag/v0.12.4
This commit is contained in:
parent
93709c8d81
commit
4efe267df2
1 changed files with 4 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue