heliocron: 0.8.1 -> 1.0.0

This commit is contained in:
R. Ryantm 2025-05-20 01:24:43 +00:00
parent 198e914fcc
commit d368ad3a66

View File

@ -6,17 +6,17 @@
rustPlatform.buildRustPackage rec {
pname = "heliocron";
version = "0.8.1";
version = "1.0.0";
src = fetchFromGitHub {
owner = "mfreeborn";
repo = "heliocron";
rev = "v${version}";
hash = "sha256-5rzFz29Bpy2GR6bEt2DdCq9RtpdcY3SK/KnZrBrHUvk=";
hash = "sha256-tqwVYIU8RXb1hiKnP7AlkxHsMhbAlwSmPGyFFMHIbAo=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-as1rMyLqK0Z+UrO6B7Fzn2nNQM0xRrLoEPd2WlANxe8=";
cargoHash = "sha256-rQriNb/njEUBUmCUy5NKEfOYkOLy9i7ClU0vR72udOo=";
meta = {
description = "Execute tasks relative to sunset, sunrise and other solar events";