lune: 0.10.1 -> 0.10.2

This commit is contained in:
R. Ryantm
2025-08-31 13:50:02 +00:00
parent dff2cbff03
commit 936c94e4ed
+3 -3
View File
@@ -7,17 +7,17 @@
}:
rustPlatform.buildRustPackage rec {
pname = "lune";
version = "0.10.1";
version = "0.10.2";
src = fetchFromGitHub {
owner = "filiptibell";
repo = "lune";
tag = "v${version}";
hash = "sha256-Kk3ZIF+kQzsg/ApUm12bbWlIthj5cpVefAqEGhgxb3w=";
hash = "sha256-td+rzfM4MtvuwnxDZbJOJAFMPzc/KzTWsHSiqJg2+a4=";
fetchSubmodules = true;
};
cargoHash = "sha256-zGXxck/cH8nIS1B/bPTJf1LLCl1viOGSDL0TRQSNaRk=";
cargoHash = "sha256-vgnt76GyKYJhrnMqJNKj5YMXubDzSgsab07nd5Y8+qY=";
# error: linker `aarch64-linux-gnu-gcc` not found
postPatch = ''