selene: 0.30.0 -> 0.30.1

This commit is contained in:
R. Ryantm
2026-03-04 02:13:48 +00:00
parent c4b0401802
commit f1b2f08479
+3 -3
View File
@@ -9,16 +9,16 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "selene";
version = "0.30.0";
version = "0.30.1";
src = fetchFromGitHub {
owner = "kampfkarren";
repo = "selene";
tag = finalAttrs.version;
hash = "sha256-zsqgLE9igxGGjymMJSt6JR453bw63TWeZwRVmkDm6ag=";
hash = "sha256-6NjEE5r9vILnWIyALN8b3aiYWJ9hGzAoYEv+lxNL32Y=";
};
cargoHash = "sha256-RxIDFE+FGKUDvM1Fy/doSy/mf2JuklhoMGpSqoHhAV4=";
cargoHash = "sha256-0BZroMbaRtpfOf2p33S830T2V+/eobezX0HVsZ/qtnI=";
nativeBuildInputs = lib.optionals robloxSupport [
pkg-config