Loading pkgs/tools/system/automatic-timezoned/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -5,16 +5,16 @@ rustPlatform.buildRustPackage rec { pname = "automatic-timezoned"; version = "1.0.91"; version = "1.0.92"; src = fetchFromGitHub { owner = "maxbrunet"; repo = pname; rev = "v${version}"; sha256 = "sha256-kXpOJPlsfmpTAUkgNsFb7OZWCAok7i/ku+3u2XHwQV8="; sha256 = "sha256-4axtrwCmtc33pInOsb1W3VIfXmUP59j0mFByCl//1z0="; }; cargoHash = "sha256-5XGrFgv9XLEQGfzkUpg7o6Czb4Ha/45nNZ9OCkZAmzo="; cargoHash = "sha256-V/6SaSk10LLuyPuf3fnyqF2rQlZwG9FRGcQ+3Ao4xQs="; meta = with lib; { description = "Automatically update system timezone based on location"; Loading Loading
pkgs/tools/system/automatic-timezoned/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -5,16 +5,16 @@ rustPlatform.buildRustPackage rec { pname = "automatic-timezoned"; version = "1.0.91"; version = "1.0.92"; src = fetchFromGitHub { owner = "maxbrunet"; repo = pname; rev = "v${version}"; sha256 = "sha256-kXpOJPlsfmpTAUkgNsFb7OZWCAok7i/ku+3u2XHwQV8="; sha256 = "sha256-4axtrwCmtc33pInOsb1W3VIfXmUP59j0mFByCl//1z0="; }; cargoHash = "sha256-5XGrFgv9XLEQGfzkUpg7o6Czb4Ha/45nNZ9OCkZAmzo="; cargoHash = "sha256-V/6SaSk10LLuyPuf3fnyqF2rQlZwG9FRGcQ+3Ao4xQs="; meta = with lib; { description = "Automatically update system timezone based on location"; Loading