Skip to content

Commit 87c92c0

Browse files
authored
Merge pull request #278910 from r-ryantm/auto-update/automatic-timezoned
automatic-timezoned: 1.0.138 -> 1.0.139
2 parents ad9377e + fc72865 commit 87c92c0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/tools/system/automatic-timezoned/default.nix

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

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

1010
src = fetchFromGitHub {
1111
owner = "maxbrunet";
1212
repo = pname;
1313
rev = "v${version}";
14-
sha256 = "sha256-QygghEMpIoYaIIzINHXKUQmkCdoZdScZLHlIW9sObWk=";
14+
sha256 = "sha256-ZFmALMhZPwsea+UWIyGeKh8x9wmMQlNjJ2m1Ym4FOcM=";
1515
};
1616

17-
cargoHash = "sha256-HLqONTd+8kn6nUWEEJTGevJxntnfYEu5e41/wvENZAw=";
17+
cargoHash = "sha256-UZMaEqhMNYZHa2UHLtCPK+8XN1Jl54BZmFZn4NB+Nn8=";
1818

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

0 commit comments

Comments
 (0)