Merge pull request #336689 from r-ryantm/auto-update/lune

lune: 0.8.7 -> 0.8.8
This commit is contained in:
Nick Cao 2024-08-23 15:21:32 -04:00 committed by GitHub
commit a1b8af3671
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,17 +12,17 @@ let
in
rustPlatform.buildRustPackage rec {
pname = "lune";
version = "0.8.7";
version = "0.8.8";
src = fetchFromGitHub {
owner = "filiptibell";
repo = "lune";
rev = "v${version}";
hash = "sha256-fWfBXcJq8WBYPu0/VKksbC5q9lKzf0psjBNMlAq/iig=";
hash = "sha256-/+a1gJ1rGrmKCcVqLs1YgzE43RpIitYeN2Woo4V+snQ=";
fetchSubmodules = true;
};
cargoHash = "sha256-+T5+rG4mxhAB/67DXQ6y+uK7A1Mbksc2BYaz4yOkLcA=";
cargoHash = "sha256-ScM2eAqmBFjiZ3azm0O+YcnxOdCC8mlQrQde4vKMeTQ=";
nativeBuildInputs = [
pkg-config