selene: 0.28.0 -> 0.29.0 (#427833)

This commit is contained in:
Nick Cao
2025-07-24 15:09:18 -04:00
committed by GitHub
+3 -3
View File
@@ -9,17 +9,17 @@
rustPlatform.buildRustPackage rec {
pname = "selene";
version = "0.28.0";
version = "0.29.0";
src = fetchFromGitHub {
owner = "kampfkarren";
repo = "selene";
rev = version;
sha256 = "sha256-QE9kXGQWg0pHtSI1bTppn5IE+53KoxqFED1VvwkumEI=";
sha256 = "sha256-/KMLOZtCdvv76BDGj1oM6Q93cX6yPE4E5ZM+Xy6yRxA=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-7mAtTOnrNT8280TOAqtsykfdLq6XAQkDjR5JXZGwCFM=";
cargoHash = "sha256-RlD4CbLJpmOSQJCMaXFC7/83qlPpnzd2wBn3xNu1yQ0=";
nativeBuildInputs = lib.optionals robloxSupport [
pkg-config