Skip to content

Commit 26c186c

Browse files
authored
automatic-timezoned: 2.0.60 -> 2.0.64 (#388301)
2 parents 2093f75 + 98b1c2e commit 26c186c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/au/automatic-timezoned/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@
55

66
rustPlatform.buildRustPackage rec {
77
pname = "automatic-timezoned";
8-
version = "2.0.60";
8+
version = "2.0.64";
99

1010
src = fetchFromGitHub {
1111
owner = "maxbrunet";
1212
repo = pname;
1313
rev = "v${version}";
14-
sha256 = "sha256-O7Hnp+fCBq8RUCjBVyu8h9tpB9kxk+E8q6pvDI457fg=";
14+
sha256 = "sha256-S8VMvFP6MGhZ6zjAbgRGH7WfL5X4KELx60cOrey2/4Q=";
1515
};
1616

1717
useFetchCargoVendor = true;
18-
cargoHash = "sha256-+84aMQIfHsHkP8m7JzR3oRdUcRFgwidIeHAmk0jFj0I=";
18+
cargoHash = "sha256-LdGwdzXsmNUAVm4EtG4i0GvZcJmc0iscgnccutGXTms=";
1919

2020
meta = with lib; {
2121
description = "Automatically update system timezone based on location";

0 commit comments

Comments
 (0)