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 ad9377e + fc72865 commit 87c92c0Copy full SHA for 87c92c0
pkgs/tools/system/automatic-timezoned/default.nix
@@ -5,16 +5,16 @@
5
6
rustPlatform.buildRustPackage rec {
7
pname = "automatic-timezoned";
8
- version = "1.0.138";
+ version = "1.0.139";
9
10
src = fetchFromGitHub {
11
owner = "maxbrunet";
12
repo = pname;
13
rev = "v${version}";
14
- sha256 = "sha256-QygghEMpIoYaIIzINHXKUQmkCdoZdScZLHlIW9sObWk=";
+ sha256 = "sha256-ZFmALMhZPwsea+UWIyGeKh8x9wmMQlNjJ2m1Ym4FOcM=";
15
};
16
17
- cargoHash = "sha256-HLqONTd+8kn6nUWEEJTGevJxntnfYEu5e41/wvENZAw=";
+ cargoHash = "sha256-UZMaEqhMNYZHa2UHLtCPK+8XN1Jl54BZmFZn4NB+Nn8=";
18
19
meta = with lib; {
20
description = "Automatically update system timezone based on location";
0 commit comments