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 2093f75 + 98b1c2e commit 26c186cCopy full SHA for 26c186c
pkgs/by-name/au/automatic-timezoned/package.nix
@@ -5,17 +5,17 @@
5
6
rustPlatform.buildRustPackage rec {
7
pname = "automatic-timezoned";
8
- version = "2.0.60";
+ version = "2.0.64";
9
10
src = fetchFromGitHub {
11
owner = "maxbrunet";
12
repo = pname;
13
rev = "v${version}";
14
- sha256 = "sha256-O7Hnp+fCBq8RUCjBVyu8h9tpB9kxk+E8q6pvDI457fg=";
+ sha256 = "sha256-S8VMvFP6MGhZ6zjAbgRGH7WfL5X4KELx60cOrey2/4Q=";
15
};
16
17
useFetchCargoVendor = true;
18
- cargoHash = "sha256-+84aMQIfHsHkP8m7JzR3oRdUcRFgwidIeHAmk0jFj0I=";
+ cargoHash = "sha256-LdGwdzXsmNUAVm4EtG4i0GvZcJmc0iscgnccutGXTms=";
19
20
meta = with lib; {
21
description = "Automatically update system timezone based on location";
0 commit comments