automatic-timezoned: 2.0.83 -> 2.0.84 (#429987)

authored by Nick Cao and committed by GitHub d2646687 38ee02a8

+3 -3
+3 -3
pkgs/by-name/au/automatic-timezoned/package.nix
··· 6 6 7 7 rustPlatform.buildRustPackage rec { 8 8 pname = "automatic-timezoned"; 9 - version = "2.0.83"; 9 + version = "2.0.84"; 10 10 11 11 src = fetchFromGitHub { 12 12 owner = "maxbrunet"; 13 13 repo = "automatic-timezoned"; 14 14 rev = "v${version}"; 15 - sha256 = "sha256-jrRuQXzx1dBIjXswVFq5szydj2GNEBPgpGj7K1vvQkE="; 15 + sha256 = "sha256-Ul9bzMC8MfbfE4PDi3O8mhsImbspOcBDqTZOoVVeP/0="; 16 16 }; 17 17 18 - cargoHash = "sha256-itZPo0GuTdWr2NYBluvf5/jQlwGVDZsPurIfftL94gk="; 18 + cargoHash = "sha256-GroKztTpPWTw/tyrPWfld1ix0BnkjphwHM3J/17byqM="; 19 19 20 20 meta = { 21 21 description = "Automatically update system timezone based on location";