This commit is contained in:
Keagan McClelland
2020-11-30 21:09:20 -07:00
parent 282675d1f8
commit bb6e09b5c2
4 changed files with 7 additions and 6 deletions

View File

@@ -91,12 +91,12 @@ parseKernelVersion = do
pure $ KernelVersion (Version (major', minor', patch', 0)) arch
synchronizer :: Synchronizer
synchronizer = sync_0_2_5
synchronizer = sync_0_2_6
{-# INLINE synchronizer #-}
sync_0_2_5 :: Synchronizer
sync_0_2_5 = Synchronizer
"0.2.5"
sync_0_2_6 :: Synchronizer
sync_0_2_6 = Synchronizer
"0.2.6"
[ syncCreateAgentTmp
, syncCreateSshDir
, syncRemoveAvahiSystemdDependency