tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
automatic-timezoned: 1.0.130 -> 1.0.131
R. Ryantm
2 years ago
4a1fd4c5
cd5199d3
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
tools
system
automatic-timezoned
default.nix
+3
-3
pkgs/tools/system/automatic-timezoned/default.nix
···
5
5
6
6
rustPlatform.buildRustPackage rec {
7
7
pname = "automatic-timezoned";
8
8
-
version = "1.0.130";
8
8
+
version = "1.0.131";
9
9
10
10
src = fetchFromGitHub {
11
11
owner = "maxbrunet";
12
12
repo = pname;
13
13
rev = "v${version}";
14
14
-
sha256 = "sha256-uQg3segJamYrM8RRP5BEE7O1Jepr20ucdNUVwNllQlw=";
14
14
+
sha256 = "sha256-92OpvUt+0iN+UdEGjDdVCjUUlbuOjUgOjc+DGMUnx9U=";
15
15
};
16
16
17
17
-
cargoHash = "sha256-8DEvGRerIV9PB4uPAzFwymb67gcg9wdO8rruENR2M6Q=";
17
17
+
cargoHash = "sha256-FaQwxt3XcDOXlzcKEdMyE9TpmGykQOnJdxtM3EqMpfU=";
18
18
19
19
meta = with lib; {
20
20
description = "Automatically update system timezone based on location";