darklua: 0.10.3 -> 0.11.0

This commit is contained in:
R. Ryantm 2023-10-25 08:05:37 +00:00
parent 6c5458cf32
commit deb18a636a

View File

@ -7,16 +7,16 @@
rustPlatform.buildRustPackage rec {
pname = "darklua";
version = "0.10.3";
version = "0.11.0";
src = fetchFromGitHub {
owner = "seaofvoices";
repo = "darklua";
rev = "v${version}";
hash = "sha256-OgQOsc6upMJveUUJSGqvopsyoKs7ALd6pVYxCi5fmS8=";
hash = "sha256-lBnEMQqAUkr377aYNRvpbIyZMmB6NIY/bmB1Oe8QPIM=";
};
cargoHash = "sha256-qq42K4cPrWu/92P4dpegZ/0Wv2ndCb5d5+DgEKzdhbw=";
cargoHash = "sha256-YmtOVS58I8YdNpWBXBuwSFUVKQsVSuGlql70SPFkamM=";
buildInputs = lib.optionals stdenv.isDarwin [
darwin.apple_sdk.frameworks.CoreServices