We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 350f43f + f1b2f08 commit acdf7cfCopy full SHA for acdf7cf
pkgs/by-name/se/selene/package.nix
@@ -9,16 +9,16 @@
9
10
rustPlatform.buildRustPackage (finalAttrs: {
11
pname = "selene";
12
- version = "0.30.0";
+ version = "0.30.1";
13
14
src = fetchFromGitHub {
15
owner = "kampfkarren";
16
repo = "selene";
17
tag = finalAttrs.version;
18
- hash = "sha256-zsqgLE9igxGGjymMJSt6JR453bw63TWeZwRVmkDm6ag=";
+ hash = "sha256-6NjEE5r9vILnWIyALN8b3aiYWJ9hGzAoYEv+lxNL32Y=";
19
};
20
21
- cargoHash = "sha256-RxIDFE+FGKUDvM1Fy/doSy/mf2JuklhoMGpSqoHhAV4=";
+ cargoHash = "sha256-0BZroMbaRtpfOf2p33S830T2V+/eobezX0HVsZ/qtnI=";
22
23
nativeBuildInputs = lib.optionals robloxSupport [
24
pkg-config
0 commit comments