lune: 0.8.7 -> 0.8.8

This commit is contained in:
R. Ryantm 2024-08-23 04:20:36 +00:00
parent cc76f5abc4
commit 8ae196f7c5

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