Skip to content

Commit acdf7cf

Browse files
authored
selene: 0.30.0 -> 0.30.1 (#496452)
2 parents 350f43f + f1b2f08 commit acdf7cf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/se/selene/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@
99

1010
rustPlatform.buildRustPackage (finalAttrs: {
1111
pname = "selene";
12-
version = "0.30.0";
12+
version = "0.30.1";
1313

1414
src = fetchFromGitHub {
1515
owner = "kampfkarren";
1616
repo = "selene";
1717
tag = finalAttrs.version;
18-
hash = "sha256-zsqgLE9igxGGjymMJSt6JR453bw63TWeZwRVmkDm6ag=";
18+
hash = "sha256-6NjEE5r9vILnWIyALN8b3aiYWJ9hGzAoYEv+lxNL32Y=";
1919
};
2020

21-
cargoHash = "sha256-RxIDFE+FGKUDvM1Fy/doSy/mf2JuklhoMGpSqoHhAV4=";
21+
cargoHash = "sha256-0BZroMbaRtpfOf2p33S830T2V+/eobezX0HVsZ/qtnI=";
2222

2323
nativeBuildInputs = lib.optionals robloxSupport [
2424
pkg-config

0 commit comments

Comments
 (0)