tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
automatic-timezoned: 2.0.91 -> 2.0.92
R. Ryantm
5 months ago
5686787f
e9403335
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
au
automatic-timezoned
package.nix
+3
-3
pkgs/by-name/au/automatic-timezoned/package.nix
···
6
6
7
7
rustPlatform.buildRustPackage rec {
8
8
pname = "automatic-timezoned";
9
9
-
version = "2.0.91";
9
9
+
version = "2.0.92";
10
10
11
11
src = fetchFromGitHub {
12
12
owner = "maxbrunet";
13
13
repo = "automatic-timezoned";
14
14
rev = "v${version}";
15
15
-
sha256 = "sha256-8KrUJ+WZ9AP9LWCsxWc+IE+rhnqkLp1NS/s9Tbef8u4=";
15
15
+
sha256 = "sha256-X1B2L8bh3iXPZ5NpaH+VP67i/ykmd0IVXu0dg6XmUGo=";
16
16
};
17
17
18
18
-
cargoHash = "sha256-scCOAcM5Dr3SOblg7HPqWPgxVYCsWLNS+g4XvCWZcug=";
18
18
+
cargoHash = "sha256-4ZV5ef033cZdMJaQD0gLNaKe8XfQzhF7mADm7N0NxvA=";
19
19
20
20
meta = {
21
21
description = "Automatically update system timezone based on location";