ludusavi: 0.27.0 -> 0.28.0

This commit is contained in:
R. Ryantm
2025-01-21 10:12:25 +00:00
parent 1371a55a79
commit ffce735d9c
+3 -3
View File
@@ -30,16 +30,16 @@
rustPlatform.buildRustPackage rec {
pname = "ludusavi";
version = "0.27.0";
version = "0.28.0";
src = fetchFromGitHub {
owner = "mtkennerly";
repo = "ludusavi";
rev = "v${version}";
hash = "sha256-YMTM0UKDGUiFmwmQXVJe5hccu4A8dhm0OFxTKLUb1jo=";
hash = "sha256-N2dDi47Z2PifMNlYE6Lk1nHxfpvwoL6h2QkUPthlh4A=";
};
cargoHash = "sha256-1IqjoprKwupwJwXyGtMwB7guG3j98ayWmmigY0fY12s=";
cargoHash = "sha256-ERMCZikUWWt5QpArAzXjhuZKVVFMP/cPA+pkjNwCWiA=";
nativeBuildInputs = [
cmake